15 lines
512 B
Bash
15 lines
512 B
Bash
# Template file for 'python-bashlex'
|
|
pkgname=python-bashlex
|
|
version=0.8
|
|
revision=1
|
|
noarch=yes
|
|
wrksrc=bashlex-${version}
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-enum34"
|
|
short_desc="Python port of the parser used internally by GNU bash"
|
|
maintainer="Michael Gehring <mg@ebfe.org>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/idank/bashlex"
|
|
distfiles="${PYPI_SITE}/b/bashlex/bashlex-${version}.tar.gz"
|
|
checksum=4044f6bdf5d628ef3d71d98b8f6d6eee50e9f06da31a11378501fd5f3e5c12cb
|