maintainer="Olliver Schinagl " pkgname="${TESTNAME-test-licenses}" pkgver="1.0" pkgrel=0 pkgdesc='Dummy test package that has multi-line licenses' url='https://gitlab.alpinelinux.org/alpine/aports' arch='noarch' license='MIT AND (GPL-3.0-only OR GPL-3.0-or-later AND BSD-4-Clause) ' prepare() { mkdir -p "${builddir}" } build() { touch foo } check() { true } package() { mkdir -p "${pkgdir}" }