mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 11:55:12 -05:00
d5f703729f
Signed-off-by: Florian Pritz <bluewind@xinu.at>
9 lines
111 B
Bash
9 lines
111 B
Bash
pkgname=foo
|
|
pkgver=1
|
|
|
|
build() {
|
|
# template start; name=template-without_version
|
|
make install
|
|
# template end;
|
|
}
|