summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 27c19d24dbd0c3d06c5bd795ed7b7a41e7b49096 (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
25
26
# Maintainer: robertfoster

_pkgname=python2-obelisk
pkgname=$_pkgname-git
pkgver=100.2e7a67d
pkgrel=1
pkgdesc="Pure Python Obelisk + Bitcoin client side library"
arch=(any)
url="https://github.com/darkwallet/python-obelisk"
license=('GPL')
depends=('python2' 'python2-pyzmq' 'python2-ecdsa' 'python2-twisted')
makedepends=('git')
source=('obelisk::git+https://github.com/darkwallet/python-obelisk.git')
provides=('python2-obelisk')

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

pkgver() {
  cd obelisk
  echo $(git rev-list --count master).$(git rev-parse --short master)
}

md5sums=('SKIP')