# Maintainer: xengineering pkgname=birdscan pkgver=0.1.0 pkgrel=1 epoch= pkgdesc="A software to take beautiful pictures of birds with a Raspberry Pi Camera" arch=("armv7h" "x86_64") url="https://xengineering.eu" license=("AGPL3") groups=() depends=("licenses" "python" "python-picamera") makedepends=("go") checkdepends=() optdepends=() provides=() conflicts=() replaces=() backup=("etc/birdscan/config.json") options=() install= changelog= source=("${pkgname}.tar.gz") noextract=() md5sums=("SKIP") validpgpkeys=() build() { cd "$pkgname" # -$pkgver" make all } package() { cd "$pkgname" # -$pkgver" make install DESTDIR=$pkgdir }