summaryrefslogtreecommitdiffstats
path: root/test/scripts/makepkg-template-tests/name-charset-invalid/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:24 +0100
commit6201f6e5acca08268d6a019a72b76c1318d4dbd5 (patch)
tree316b89f1734521010a689ffa084a8e03c854a65a /test/scripts/makepkg-template-tests/name-charset-invalid/PKGBUILD
parent4dd9ccbc7883ddaaba7f633dba2a4bb3ef5ffcc3 (diff)
downloadpacman-6201f6e5acca08268d6a019a72b76c1318d4dbd5.tar.gz
pacman-6201f6e5acca08268d6a019a72b76c1318d4dbd5.tar.xz
test makepkg-template: Add name-charset-invalid
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'test/scripts/makepkg-template-tests/name-charset-invalid/PKGBUILD')
-rw-r--r--test/scripts/makepkg-template-tests/name-charset-invalid/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/scripts/makepkg-template-tests/name-charset-invalid/PKGBUILD b/test/scripts/makepkg-template-tests/name-charset-invalid/PKGBUILD
new file mode 100644
index 00000000..36ed75bb
--- /dev/null
+++ b/test/scripts/makepkg-template-tests/name-charset-invalid/PKGBUILD
@@ -0,0 +1,8 @@
+pkgname=foo
+pkgver=1
+
+build() {
+# template start; name=foo/
+make install
+# template end;
+}