1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-11 11:55:12 -05:00
pacman/test/scripts/makepkg-template-tests/invalid-template-line-unknown-marker/PKGBUILD

10 lines
99 B
Bash
Raw Normal View History

pkgname=foo
pkgver=1
build() {
# template boom; name=test
perl Makefile.pl
make
# template end;
}