summaryrefslogtreecommitdiffstats
path: root/test/scripts/makepkg-template-tests/template-without-version/PKGBUILD
blob: a4509a1aca9aff5f585c8c8a8cb692c57ad293df (plain)
1
2
3
4
5
6
7
8
pkgname=foo
pkgver=1

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