summaryrefslogtreecommitdiffstats
path: root/test/scripts/makepkg-template-tests/template-without-version/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'test/scripts/makepkg-template-tests/template-without-version/PKGBUILD')
-rw-r--r--test/scripts/makepkg-template-tests/template-without-version/PKGBUILD8
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;
+}