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