mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-09 06:16:38 +02:00
testing/wiremapper: new aport
This commit is contained in:
parent
542573e68d
commit
436c3e2cc8
27
testing/wiremapper/APKBUILD
Normal file
27
testing/wiremapper/APKBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
# Contributor: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=wiremapper
|
||||
pkgver=0.10.0
|
||||
pkgrel=0
|
||||
pkgdesc="GTK3 app for the Pockethernet hardware"
|
||||
url="https://gitlab.com/MartijnBraam/wiremapper"
|
||||
arch="all !s390x !riscv64" # Blocked by libhandy1
|
||||
license="MIT"
|
||||
source="https://gitlab.com/MartijnBraam/wiremapper/-/archive/$pkgver/wiremapper-$pkgver.tar.gz"
|
||||
depends="python3 py3-pockethernet py3-gobject3 py3-setuptools gtk+3.0 libhandy1"
|
||||
makedepends="meson libhandy1-dev"
|
||||
options="!check" # There's no testsuite
|
||||
|
||||
build() {
|
||||
abuild-meson . output
|
||||
meson compile ${JOBS:+-j ${JOBS}} -C output
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
||||
}
|
||||
|
||||
|
||||
sha512sums="
|
||||
dc961223626f84f4f7284087c40c8290b6dea56a5d3909909827ffefd7c576386eaac572a21bc73a3097723965b26f93c2a208fb45b44944166bab950b4c8cbf wiremapper-0.10.0.tar.gz
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user