summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 710645283003d09188fd8084644d3dc84e53872e (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
# Maintainer: Nils Amiet <amietn@foobar>
pkgname=python-pyhocon
pkgver=0.3.38
pkgrel=1
pkgdesc="HOCON parser for Python"
arch=(any)
url="https://github.com/chimpler/pyhocon"
license=('Apache License 2.0')
groups=()
depends=(python python-pyparsing)
makedepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=(!emptydirs)
install=
source=("${pkgname}::git+https://github.com/chimpler/pyhocon.git#tag=${pkgver}")
md5sums=('SKIP')

package() {
  cd "${pkgname}"
  python setup.py install --root="$pkgdir/" --optimize=1
}