diff options
Diffstat (limited to '')
-rw-r--r-- | simple-icon-theme/PKGBUILD | 22 | ||||
l--------- | simple-icon-theme/upload | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/simple-icon-theme/PKGBUILD b/simple-icon-theme/PKGBUILD new file mode 100644 index 0000000..f7bb254 --- /dev/null +++ b/simple-icon-theme/PKGBUILD @@ -0,0 +1,22 @@ +# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se> + +pkgname=simple-icon-theme +pkgver=1 +pkgrel=1 +pkgdesc='A very simple icon theme' +url='https://github.com/maandree/simple-icon-theme' +arch=(any) +license=('custom:ISC') +depends=(gtk-update-icon-cache) +source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) +sha512sums=(6668b308e74f679ce59e18f1e0d8527d84f906d0b732f94d2f83c73ec9ebd3183b50ff525f2381d8e2f8d1fe393956da38107c1d281a19f2373877721d1c5d90) + +build () { + cd "$srcdir/simple-icon-theme-$pkgver" + make -j PREFIX=/usr +} + +package () { + cd "$srcdir/simple-icon-theme-$pkgver" + make install PREFIX=/usr DESTDIR="$pkgdir" +} diff --git a/simple-icon-theme/upload b/simple-icon-theme/upload new file mode 120000 index 0000000..1e7a8be --- /dev/null +++ b/simple-icon-theme/upload @@ -0,0 +1 @@ +../upload
\ No newline at end of file |