aboutsummaryrefslogtreecommitdiff
path: root/apkg-genabuild
diff options
context:
space:
mode:
Diffstat (limited to 'apkg-genabuild')
-rwxr-xr-xapkg-genabuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/apkg-genabuild b/apkg-genabuild
index 1882ec7..9ac9e2e 100755
--- a/apkg-genabuild
+++ b/apkg-genabuild
@@ -60,6 +60,13 @@ version=$version
release=1
source=\"$url\"" > $name/abuild
+cat > $name/info << EOF
+description:
+homepage:
+license:
+maintainer: name <name at mail dot com>
+EOF
+
cat $name/abuild
exit 0