summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ac8e6dde1bee57e5d6a279bb5aa49cfa7d799d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: robertfoster

_pkgname=coinhash
pkgname=python2-${_pkgname}
pkgver=1.1.4
pkgrel=1
pkgdesc="Compilation of coin hash algorithms."
arch=(any)
url="https://github.com/mazaclub/coinhash"
license=('MIXED')
depends=('python2')
makedepends=('python2-setuptools')
source=("https://github.com/mazaclub/coinhash/archive/$pkgver.tar.gz")

package(){
  cd ${_pkgname}-${pkgver}
  python2 setup.py install --root="$pkgdir"
}

md5sums=('b8c3bdd3b42be7bb3a5f59eb636883c4')