summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0705c6adf51af33c540fb223242a0b0dbf062567 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: RedTide
pkgname=nuovext-icon-theme
pkgver=0.1.0
pkgrel=1
pkgdesc="nuoveXT2 icon theme"
arch=('any')
url="https://github.com/redtide/nuovext-icon-theme"
license=('GPL')
depends=('gtk-update-icon-cache')
install=nuovext-icon-theme.install
source=(git://github.com/redtide/nuovext-icon-theme.git)
md5sums=('SKIP')

build() {
  cd $pkgname
  ./autogen.sh
  ./configure --prefix=/usr
  make
}

package() {
  cd $pkgname
  make DESTDIR="$pkgdir" install
}