diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-12-21 15:48:57 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-01-11 09:58:25 +0100 |
commit | d5f703729f60b604eec0e2d7bc59bb6cc273e66f (patch) | |
tree | f2ea9686cb5b1f84fe68bf342e668bb772d23e0e /test/scripts/makepkg-template-tests/template-without-version/PKGBUILD | |
parent | bd2473797e634723e1406315c37e1bed72595267 (diff) | |
download | pacman-d5f703729f60b604eec0e2d7bc59bb6cc273e66f.tar.gz pacman-d5f703729f60b604eec0e2d7bc59bb6cc273e66f.tar.xz |
test makepkg-template: Add template-without-version
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'test/scripts/makepkg-template-tests/template-without-version/PKGBUILD')
-rw-r--r-- | test/scripts/makepkg-template-tests/template-without-version/PKGBUILD | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/scripts/makepkg-template-tests/template-without-version/PKGBUILD b/test/scripts/makepkg-template-tests/template-without-version/PKGBUILD new file mode 100644 index 00000000..a4509a1a --- /dev/null +++ b/test/scripts/makepkg-template-tests/template-without-version/PKGBUILD @@ -0,0 +1,8 @@ +pkgname=foo +pkgver=1 + +build() { +# template start; name=template-without_version +make install +# template end; +} |