opt/hicolor-icon-theme/Pkgfile

15 lines
397 B
Plaintext
Raw Normal View History

# Description: default fallback used by the icon theme specification
2021-12-14 09:47:41 +01:00
# URL: https://www.freedesktop.org/wiki/Software/icon-theme/
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=hicolor-icon-theme
2017-08-31 18:22:59 +02:00
version=0.17
release=1
2023-05-28 10:24:17 +02:00
source=(https://icon-theme.freedesktop.org/releases/$name-$version.tar.xz)
build() {
2017-08-22 23:08:00 +02:00
cd $name-$version
./configure --prefix=/usr
make DESTDIR=$PKG install
}