12 lines
453 B
Bash
Raw Normal View History

2018-09-10 01:42:26 +03:00
TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/icon-theme/
TERMUX_PKG_DESCRIPTION="Freedesktop.org Hicolor icon theme"
TERMUX_PKG_LICENSE="GPL-2.0"
2019-05-17 01:18:48 +03:00
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
2018-09-10 01:42:26 +03:00
TERMUX_PKG_VERSION=0.17
2019-05-25 17:12:18 +03:00
TERMUX_PKG_REVISION=8
2018-09-10 01:42:26 +03:00
TERMUX_PKG_PLATFORM_INDEPENDENT=true
termux_step_make_install() {
install -Dm644 "${TERMUX_PKG_BUILDER_DIR}/index.theme" "${TERMUX_PREFIX}/share/icons/hicolor/index.theme"
2018-09-10 01:42:26 +03:00
}