summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e1c9bda3c79e3cd9327dcf7d2dc589937784b647 (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.48
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=(git)
provides=()
conflicts=()
replaces=()
backup=()
options=(!emptydirs)
install=
source=("${pkgname}::git+https://github.com/chimpler/pyhocon.git#tag=${pkgver}")
sha256sums=('SKIP')

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