summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: bf5f4341f57667d22d6cb9c036eadb4409629f0a (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=213
pkgrel=1
pkgdesc='set of more than 80 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 "${pkgdir}"
}