1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-14 21:35:02 -05:00
pacman/test/scripts/makepkg-template-tests/name-charset-invalid/PKGBUILD

9 lines
91 B
Bash
Raw Normal View History

pkgname=foo
pkgver=1
build() {
# template start; name=foo/
make install
# template end;
}