pkgname=sph-lib-git pkgver=350 pkgrel=1 pkgdesc='more than 80 gpl3+ licensed guile scheme libraries' arch=(any) license=(gpl3+) makedepends=(git) depends=(guile) provides=(sph-lib) conflicts=(sph-lib) source=("$pkgname::git://git.sph.mn/sph-lib#branch=stable") url="http://sph.mn/content/187" md5sums=(SKIP) pkgver() { cd $pkgname git rev-list --count HEAD } package() { cd $pkgname ./exe/install --prefix="${pkgdir}" }