17 lines
594 B
Bash
17 lines
594 B
Bash
# Template file for 'python-cliapp'
|
|
pkgname=python-cliapp
|
|
version=1.20160724
|
|
revision=1
|
|
noarch=yes
|
|
build_style=python2-module
|
|
hostmakedepends="python-setuptools python-yaml"
|
|
makedepends="python-devel python-yaml"
|
|
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=bce2375523e7721e8ef5e5c85ac72554f5c2acc5136dc528fcbce877e217c2b6
|