2018-09-10 00:42:26 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/icon-theme/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Freedesktop.org Hicolor icon theme"
|
2019-01-21 17:50:21 +01:00
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2020-05-14 00:01:15 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="Leonid Pliushch <leonid.pliushch@gmail.com>"
|
2018-09-10 00:42:26 +02:00
|
|
|
TERMUX_PKG_VERSION=0.17
|
2020-06-22 20:00:29 +02:00
|
|
|
TERMUX_PKG_REVISION=21
|
2019-08-14 02:16:05 +02:00
|
|
|
TERMUX_PKG_SKIP_SRC_EXTRACT=true
|
2018-09-10 00:42:26 +02:00
|
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
|
|
|
|
|
|
termux_step_make_install() {
|
2019-01-21 17:50:21 +01:00
|
|
|
install -Dm644 "${TERMUX_PKG_BUILDER_DIR}/index.theme" "${TERMUX_PREFIX}/share/icons/hicolor/index.theme"
|
2018-09-10 00:42:26 +02:00
|
|
|
}
|