mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-11 11:55:12 -05:00
17ad845c41
Signed-off-by: Florian Pritz <bluewind@xinu.at>
8 lines
99 B
Bash
8 lines
99 B
Bash
pkgname=foo
|
|
pkgver=1
|
|
|
|
build() {
|
|
# template start; name=perl-module; version=1.0;
|
|
# template end;
|
|
}
|