summaryrefslogtreecommitdiffstats
path: root/test/scripts/makepkg-template-tests/name-charset-valid/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-12-21 15:48:57 +0100
committerAllan McRae <allan@archlinux.org>2015-01-11 09:58:25 +0100
commitbd2473797e634723e1406315c37e1bed72595267 (patch)
tree195ee0e333b8aab48533250c1c0f7cee221bc385 /test/scripts/makepkg-template-tests/name-charset-valid/PKGBUILD
parent6201f6e5acca08268d6a019a72b76c1318d4dbd5 (diff)
downloadpacman-bd2473797e634723e1406315c37e1bed72595267.tar.gz
pacman-bd2473797e634723e1406315c37e1bed72595267.tar.xz
test makepkg-template: Add name-charset-valid
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'test/scripts/makepkg-template-tests/name-charset-valid/PKGBUILD')
-rw-r--r--test/scripts/makepkg-template-tests/name-charset-valid/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/scripts/makepkg-template-tests/name-charset-valid/PKGBUILD b/test/scripts/makepkg-template-tests/name-charset-valid/PKGBUILD
new file mode 100644
index 00000000..ec21cdb4
--- /dev/null
+++ b/test/scripts/makepkg-template-tests/name-charset-valid/PKGBUILD
@@ -0,0 +1,8 @@
+pkgname=foo
+pkgver=1
+
+build() {
+# template start; name=foo@-_.+a
+make install
+# template end;
+}