summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 20590b4a1e2a481f4f823ee0caa751609b62fe86 (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 over 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}"
}