1 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
3 pkgname=mallard-ducktype
6 pkgdesc="Parser for the lightweight Ducktype syntax for Mallard"
7 url="http://projectmallard.org"
11 makedepends=(python-setuptools git)
12 _commit=5d0fe2c23571f4463b77afa1ffd2c2bf5e6316f4 # tags/1.0.2^0
13 source=("git+https://github.com/projectmallard/mallard-ducktype#commit=$_commit")
18 git describe --tags | sed 's/-/+/g'
28 python setup.py install --root="$pkgdir" --optimize=1 --skip-build
29 install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING