# Maintainer: Sébastien Luttringer pkgname=archversion pkgver=@VERSION@ pkgrel=1 pkgdesc='Archlinux Version Controller' arch=('any') url='https://github.com/seblu/archversion' license=('GPL2') depends=('python' 'pyalpm' 'python-xdg') optdepends=('abs: to sync abs tree') source=("$pkgname-$pkgver.tar.xz") md5sums=('SKIP') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { cd $pkgname-$pkgver make install DESTDIR="$pkgdir" } # vim:set ts=2 sw=2 et: