comparison Templates/perl.sh @ 1014:850d38f6e2e7

vanilla: update templates
author David Demelier <markand@malikania.fr>
date Thu, 29 Aug 2019 23:10:00 +0200
parents 25cecc6dca48
children
comparison
equal deleted inserted replaced
1013:b853e372c352 1014:850d38f6e2e7
1 #!/bin/sh 1 #!/bin/busybox sh
2 # 2 #
3 # Copyright (c) 2019 FirstName LastName <mailaddress> 3 # Copyright (c) 2019 FirstName LastName <mailaddress>
4 # 4 #
5 # Permission to use, copy, modify, and/or distribute this software for any 5 # Permission to use, copy, modify, and/or distribute this software for any
6 # purpose with or without fee is hereby granted, provided that the above 6 # purpose with or without fee is hereby granted, provided that the above
19 PKGVERSION=1.0.0 19 PKGVERSION=1.0.0
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="one of README.licenses.md or CUSTOM" 21 PKGLICENSE="one of README.licenses.md or CUSTOM"
22 PKGSUMMARY="short summary" 22 PKGSUMMARY="short summary"
23 PKGDOWNLOAD="http://example.org/$PKGNAME-$PKGVERSION.tar.xz" 23 PKGDOWNLOAD="http://example.org/$PKGNAME-$PKGVERSION.tar.xz"
24 PKGDEPENDS="perl/perl" 24 PKGDEPENDS="perl"
25 # PKGOPTIONS="FOO BAR BAZ" 25 # PKGOPTIONS="FOO BAR BAZ"
26 26
27 build() 27 build()
28 { 28 {
29 rm -rf $PKGNAME-$PKGVERSION 29 rm -rf $PKGNAME-$PKGVERSION