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

10 lines
99 B
Bash

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