mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 13:46:16 +00:00
0714755c2a
Removing maintainers if there was no activity after pull request merging or if there was no activity in the last two years [no ci]
16 lines
701 B
Bash
16 lines
701 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/vinceliuice/Fluent-gtk-theme
|
|
TERMUX_PKG_DESCRIPTION="Fluent is a Fluent design theme for GNOME/GTK based desktop environments"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@Yisus7u7"
|
|
TERMUX_PKG_VERSION=2022.12.15
|
|
TERMUX_PKG_SRCURL=https://github.com/vinceliuice/Fluent-gtk-theme/archive/refs/tags/${TERMUX_PKG_VERSION//./-}.tar.gz
|
|
TERMUX_PKG_SHA256=0b6865214868057b3e10f90a6ee0b76bd152a72c67642e8fefec549e94410732
|
|
TERMUX_PKG_DEPENDS="gnome-themes-extra, gtk2-engines-murrine, gtk3"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
TERMUX_PKG_AUTO_UPDATE=false
|
|
|
|
termux_step_make_install(){
|
|
./install.sh -d ${TERMUX_PREFIX}/share/themes
|
|
}
|