mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-14 13:25:09 -05:00
9 lines
96 B
Bash
9 lines
96 B
Bash
|
pkgname=foo
|
||
|
pkgver=1
|
||
|
|
||
|
build() {
|
||
|
# template start; name=foo@-_.+a
|
||
|
make install
|
||
|
# template end;
|
||
|
}
|