diff Templates/build/python-hybrid.sh @ 1178:8cbb83c16868

vanilla: add PKGWWW in templates
author David Demelier <markand@malikania.fr>
date Wed, 23 Oct 2019 21:04:00 +0200
parents 297b5eef115e
children 6710613b88b9
line wrap: on
line diff
--- a/Templates/build/python-hybrid.sh	Wed Oct 23 20:05:00 2019 +0200
+++ b/Templates/build/python-hybrid.sh	Wed Oct 23 21:04:00 2019 +0200
@@ -18,8 +18,9 @@
 PKGNAME=name
 PKGVERSION=1.0.0
 PKGREVISION=1
-PKGLICENSE="one of README.licenses.md or CUSTOM"
-PKGSUMMARY="short summary"
+PKGLICENSE="See Docs/licenses.md"
+PKGSUMMARY=""
+PKGWWW="http://example.org"
 PKGDOWNLOAD="http://example.org/$PKGNAME-$PKGVERSION.tar.xz"
 PKGDEPENDS="python python2 py-setuptools"
 # PKGOPTIONS="FOO BAR BAZ"