summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 60421c47da3a30d9b9c8a318a366d21399b17e28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pkgname=sph-lib-git
pkgver=181
pkgrel=1
pkgdesc='set of more than 80 guile scheme libraries'
arch=(any)
license=(gpl3)
makedepends=(git)
depends=(guile)
provides=(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
  chmod 755 -R "${pkgdir}"
  ./exe/install "${pkgdir}"
}