diff options
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; +} |