1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-11-14 13:25:09 -05:00
pacman/test/scripts/makepkg-template-tests/template-without-version/PKGBUILD

9 lines
111 B
Bash
Raw Normal View History

pkgname=foo
pkgver=1
build() {
# template start; name=template-without_version
make install
# template end;
}