summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: aa3e4421622472b1502f5cd845ff22ac97af9574 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Erhan SAHIN <erhan@ssahin.net>

pkgname="python2-xstatic-angular-bootstrap"
pkgver=0.11.0.3
pkgrel=1
pkgdesc="XStatic-Angular-Bootstrap"
arch=("i686" "x86_64")
url="http://githubranking.com/stackforge/xstatic-angular-bootstrap"
depends=("python2")
makedepends=("python2-setuptools" "python2-pip")
source=("https://github.com/stackforge/xstatic-angular-bootstrap/archive/${pkgver}.tar.gz")
md5sums=('581488c5f3190f978e77431c370d047c')

package() {
  pip2 install --root ${pkgdir} ${pkgver}.tar.gz
}