summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: f568ba86b3e127988cb4bb4f3b23dad7cbe918d9 (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=45
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=("git://git.sph.mn/sph-pack")
url="http://sph.mn"
md5sums=(SKIP)

pkgver() {
  cd sph-pack
  git rev-list --count HEAD
}

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