mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 11:55:12 -05:00
10 lines
99 B
Bash
10 lines
99 B
Bash
|
pkgname=foo
|
||
|
pkgver=1
|
||
|
|
||
|
build() {
|
||
|
# template boom; name=test
|
||
|
perl Makefile.pl
|
||
|
make
|
||
|
# template end;
|
||
|
}
|