termux-packages/x11-packages/fluent-icon-theme/build.sh
Yisus7u7 90390b6fae
update some packages (#615)
* arqiver: update to 0.9.0

* dwm: update to 6.3

* featherpad: update to 1.1.1

* feh: update to 3.8

* fluent-gtk-theme: update to 2022.01.15

* fluent-icon-theme: update to 2022.02.04

* geany-plugins: update to 1.38

Co-authored-by: Yisus7u7 <jesuspixel5@gmail.com>
Co-authored-by: xtkoba <69125751+xtkoba@users.noreply.github.com>
2022-04-18 14:50:17 +05:30

16 lines
685 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/vinceliuice/Fluent-icon-theme
TERMUX_PKG_DESCRIPTION="Fluent icon theme for linux desktops"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@Yisus7u7 <yisus7u7v@gmail.com>"
TERMUX_PKG_VERSION=2022.02.04
TERMUX_PKG_SRCURL=https://github.com/vinceliuice/Fluent-icon-theme/archive/${TERMUX_PKG_VERSION//./-}.tar.gz
TERMUX_PKG_SHA256=d0bb0cba28e2da3365d15e7fa770d42266793fbe88ac468fb9e6289a2d0fbd64
TERMUX_PKG_DEPENDS="hicolor-icon-theme"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_RM_AFTER_INSTALL="share/icons/*/icon-theme.cache"
termux_step_make_install(){
./install.sh -d ${TERMUX_PREFIX}/share/icons -b
}