From d5f703729f60b604eec0e2d7bc59bb6cc273e66f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 21 Dec 2014 15:48:57 +0100 Subject: test makepkg-template: Add template-without-version Signed-off-by: Florian Pritz --- .../makepkg-template-tests/template-without-version/PKGBUILD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/scripts/makepkg-template-tests/template-without-version/PKGBUILD (limited to 'test/scripts/makepkg-template-tests/template-without-version/PKGBUILD') 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; +} -- cgit v1.2.3-24-g4f1b