pkgname=testpkg
pkgver=1.0
pkgrel=1
pkgdesc=foo
arch=(any)
source=("libre://$pkgname-$pkgver.tar.gz"{,.sig})

package() {
  :
}
