summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b46fb36e5097d59c77de8be7b2d6a0c792f4f06e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
pkgname=sph-pack-git
pkgver=26
pkgrel=1
pkgdesc="free software file packaging solution. compounding/compression/encryption with tar/xz/gz/scrypt"
arch=(any)
license=(gpl3)
makedepends=(git)
provides=(sph-pack)
depends=(sph-lib tar xz)
optdepends=(scrypt)
conflicts=(sph-pack)
source=("$pkgname::git://git.sph.mn/sph-pack#branch=stable")
url="http://sph.mn"
md5sums=(SKIP)

pkgver() {
  cd $pkgname
  git rev-list --count HEAD
}

package() {
  cd $pkgname
  ./exe/install --prefix="$pkgdir"
}