1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-11 11:55:12 -05:00
pacman/test/scripts/makepkg-template-tests/missing-template-file/PKGBUILD
Florian Pritz 17ad845c41 test makepkg-template: Add missing-template-file
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-01-11 18:58:24 +10:00

8 lines
99 B
Bash

pkgname=foo
pkgver=1
build() {
# template start; name=perl-module; version=1.0;
# template end;
}