diff options
Diffstat (limited to 'kid/Pkgfile')
-rw-r--r-- | kid/Pkgfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kid/Pkgfile b/kid/Pkgfile new file mode 100644 index 0000000..d4b2864 --- /dev/null +++ b/kid/Pkgfile @@ -0,0 +1,13 @@ +description="Simple template language for XML based vocabularies written in Python." +url=http://kid-templating.org +packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +depends=(python setuptools) + +name=kid +version=0.9.6 +release=1 +source=(http://www.kid-templating.org/dist/$version/$name-$version.tar.gz) + +includes=(python) + |