Add makedeb PKGBUILD for controller

This commit is contained in:
Tobias Reisinger 2023-02-14 16:23:00 +01:00
parent 481adfd966
commit 6b554d3516
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 53 additions and 6 deletions

View file

@ -4,16 +4,14 @@ pkgver=0.3.7
pkgrel=1
epoch=
pkgdesc=""
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
arch=('amd64' 'armhf' 'armel' 'arm64')
url="https://git.serguzim.me/emgauwa/controller"
license=('unknown')
groups=()
depends=('glibc' 'lmdb')
depends_armv6h=('wiringpi')
depends_armv7h=('wiringpi')
makedepends=('make' 'cmake' 'gcc')
depends=('libsqlite3-0' 'uuid' 'wiringpi')
makedepends=('make' 'cmake' 'gcc' 'xxd' 'libsqlite3-dev' 'uuid-dev' 'libwiringpi-dev')
conflicts=('emgauwa-controller-testing')
backup=('etc/emgauwa/controller.ini')
backup=('/etc/emgauwa/controller.ini')
source=("https://git.serguzim.me/emgauwa/controller/archive/v$pkgver.tar.gz"
"controller.ini"
"emgauwa-controller.service"