mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
samurai already reads SAMUFLAGS set to job count so this is redundant same for MAKEFLAGS and make
27 lines
816 B
Plaintext
27 lines
816 B
Plaintext
# 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"
|
|
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 -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
dc961223626f84f4f7284087c40c8290b6dea56a5d3909909827ffefd7c576386eaac572a21bc73a3097723965b26f93c2a208fb45b44944166bab950b4c8cbf wiremapper-0.10.0.tar.gz
|
|
"
|