mirror of
https://github.com/moparisthebest/pacman
synced 2025-01-08 12:28:00 -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;
|
||
|
}
|