1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 14:57:08 +00:00
termux-packages/x11-packages/hicolor-icon-theme/build.sh
Aditya Alok 6d6f0c91f3
fix(hicolor-icon-theme): disable auto-update
there is no SRC URL to update from

%ci:no-build

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
2022-04-20 19:51:49 +05:30

14 lines
509 B
Bash

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"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.17
TERMUX_PKG_REVISION=28
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_AUTO_UPDATE=false # No src url to update from.
termux_step_make_install() {
install -Dm644 "${TERMUX_PKG_BUILDER_DIR}/index.theme" "${TERMUX_PREFIX}/share/icons/hicolor/index.theme"
}