Move from arch to debian (wip)
This commit is contained in:
parent
59d90a0c30
commit
9946a22945
3 changed files with 53 additions and 5 deletions
|
@ -3,15 +3,15 @@ pkgname=emgauwa-core
|
|||
pkgver=0.3.4
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc=""
|
||||
arch=('x86_64' 'armv6h' 'armv7h' 'aarch64')
|
||||
pkgdesc='Emgauwa is a tool to schedule and manage relays.'
|
||||
arch=('amd64' 'armv6h' 'armv7h' 'aarch64')
|
||||
url="https://git.serguzim.me/emgauwa/core"
|
||||
license=('unknown')
|
||||
groups=()
|
||||
depends=('glibc' 'sqlite')
|
||||
makedepends=('make' 'cmake' 'gcc' 'vim')
|
||||
depends=('libsqlite3-0' 'uuid')
|
||||
makedepends=('make' 'cmake' 'gcc' 'xxd' 'libsqlite3-dev' 'uuid-dev')
|
||||
conflicts=('emgauwa-core-testing')
|
||||
backup=('etc/emgauwa/core.ini')
|
||||
backup=('/etc/emgauwa/core.ini')
|
||||
source=("https://git.serguzim.me/emgauwa/core/archive/v$pkgver.tar.gz"
|
||||
"core.ini"
|
||||
"emgauwa-core.service"
|
||||
|
|
Reference in a new issue