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:24 +1000 |
commit | 17ad845c41c5713ca62e6cea47948a82a2d601a1 (patch) | |
tree | 70e9fbf97153e638c76262b4402fe2593c9fa8ca /test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD | |
parent | 287f7a575e8d09d695a9a3e9a95c0196f03648f4 (diff) |
-rw-r--r-- | test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD | 7 |
diff --git a/test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD b/test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD new file mode 100644 index 00000000..dbfda1dd --- /dev/null +++ b/test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD @@ -0,0 +1,7 @@ +pkgname=foo +pkgver=1 + +build() { +# template start; name=perl-module; version=1.0; +# template end; +} |