aports/community/iwgtk/APKBUILD
Hugo Osvaldo Barrera 972a8b37ac community/iwgtk: don't install systemd files
I removed the previous statement deleting `/usr/share/lib`. No files
match this path.
2025-02-12 22:55:39 +00:00

29 lines
813 B
Text

# Contributor: Milan P. Stanić <mps@arvanta.net>
# Maintainer: Milan P. Stanić <mps@arvanta.net>
pkgname=iwgtk
pkgver=0.9
pkgrel=1
pkgdesc="graphical wifi management utility for iwd"
url="https://github.com/J-Lentz/iwgtk"
arch="all !s390x" # blocked by gtk4.0
license="GPL-3-or-later"
options="!check" # no tests
makedepends="gtk4.0-dev libqrencode-dev meson scdoc"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/J-Lentz/iwgtk/archive/v$pkgver.tar.gz"
build() {
abuild-meson --prefix=/usr build
cd build
meson compile
}
package() {
cd build
meson install --destdir $pkgdir
rm -r "$pkgdir"/usr/lib/systemd/
}
sha512sums="
d755d72744051a39dda0b78dc0fb2cc57cbf44cd095ac595d4e83f22a70471a0d69a406636d0a4d5922b533d1c849578779fd7f4c41a0b0e1549dd4e9cc45c4d iwgtk-0.9.tar.gz
"