mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-10 15:19:56 -04:00
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;
|
||
|
}
|