diff --git a/srcpkgs/python-txgithub/template b/srcpkgs/python-txgithub/template new file mode 100644 index 0000000000..0c346f6ef1 --- /dev/null +++ b/srcpkgs/python-txgithub/template @@ -0,0 +1,22 @@ +# Template file for 'python-txgithub' +pkgname=python-txgithub +version=0.2.0 +revision=1 +noarch=yes +wrksrc="${pkgname#*-}-${version}" +build_style=python-module +pycompile_module="${pkgname#*-}" +hostmakedepends="python-setuptools" +makedepends="${hostmakedepends} Twisted" +depends="Twisted" +short_desc="GitHub API client implemented using Twisted" +maintainer="Eivind Uggedal " +license="MIT" +homepage="https://github.com/tomprince/txgithub" +distfiles="http://pypi.python.org/packages/source/t/${pkgname#*-}/${pkgname#*-}-${version}.tar.gz" +checksum=482f3d88359115c7bb2080bd49cd45b3cf41843a5d74292b58cb1eeb6d49bfc5 + +post_install() { + # Conflicts with gist pkg: + mv ${DESTDIR}/usr/bin/gist ${DESTDIR}/usr/bin/txgist +}