aboutsummaryrefslogtreecommitdiffstats
path: root/simple-icon-theme/PKGBUILD
blob: d8f6d78acaf4575fc2bda6734c6ada51485b7499 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>

pkgname=simple-icon-theme
pkgver=10
pkgrel=1
pkgdesc='A very simple icon theme'
url='https://codeberg.org/maandree/simple-icon-theme'
arch=(any)
license=('custom:ISC')
depends=(gtk-update-icon-cache)
makedepends=(librsvg)
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
sha512sums=(6cf4163261d378c46ab4c7f728ce7fd56d83465d5e8e9831f86792333fb2907316883a7535200ce66b07faaaeea10bc2433aa90d6f6f9f7449539c8f8ea65c30)

build () {
	cd "$srcdir/simple-icon-theme"
	make -j all-fast PREFIX=/usr
}

package () {
	cd "$srcdir/simple-icon-theme"
	make install PREFIX=/usr DESTDIR="$pkgdir"
}