17 lines
569 B
Bash
17 lines
569 B
Bash
# Template file for 'python-cliapp'
|
|
pkgname=python-cliapp
|
|
version=1.20150701
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python-module
|
|
hostmakedepends="python-setuptools"
|
|
makedepends="python-devel"
|
|
depends="python"
|
|
pycompile_module="cliapp"
|
|
short_desc="Framework for Unix-like command line programs for Python2"
|
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|
homepage="http://liw.fi/cliapp/"
|
|
license="GPL-3"
|
|
distfiles="http://code.liw.fi/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.xz"
|
|
checksum=6410f7593cfd871efec4bb1a544ffca016a97554b7361fadae827d3068f5406f
|