1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/test/scripts/makepkg-template-tests/name-charset-valid/PKGBUILD
Florian Pritz bd2473797e test makepkg-template: Add name-charset-valid
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-01-11 18:58:25 +10:00

9 lines
96 B
Bash

pkgname=foo
pkgver=1
build() {
# template start; name=foo@-_.+a
make install
# template end;
}