From 284df2a0655d85d79f83ee6838e2a0205dd5b034 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 9 Jul 2021 08:03:24 +0200 Subject: Embed Arch Linux PKGBUILD in Source Repository --- archlinux/PKGBUILD | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 archlinux/PKGBUILD (limited to 'archlinux/PKGBUILD') diff --git a/archlinux/PKGBUILD b/archlinux/PKGBUILD new file mode 100644 index 0000000..c61ab99 --- /dev/null +++ b/archlinux/PKGBUILD @@ -0,0 +1,37 @@ + +# Maintainer: xengineering +pkgname=birdscan +pkgver=0.0.1 +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") +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 +} + -- cgit v1.2.3-70-g09d2