Add makedeb PKGBUILD for controller
This commit is contained in:
parent
481adfd966
commit
6b554d3516
2 changed files with 53 additions and 6 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue