index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Florian Pritz <bluewind@xinu.at> | 2014-12-21 15:48:57 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2015-01-11 18:58:25 +1000 |
commit | d5f703729f60b604eec0e2d7bc59bb6cc273e66f (patch) | |
tree | f2ea9686cb5b1f84fe68bf342e668bb772d23e0e /test/scripts/makepkg-template-tests/template-without-version/PKGBUILD | |
parent | bd2473797e634723e1406315c37e1bed72595267 (diff) |
-rw-r--r-- | test/scripts/makepkg-template-tests/template-without-version/PKGBUILD | 8 |
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; +} |