mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 20:27:35 +02:00
33 lines
858 B
Text
33 lines
858 B
Text
# Maintainer: Affe Null <affenull2345@gmail.com>
|
|
pkgname=bananui-daemons
|
|
pkgver=0.1.0
|
|
pkgrel=0
|
|
pkgdesc="Keypad controlled UI for feature phones (daemons)"
|
|
url="https://git.abscue.de/obp/bananui/settings-daemons"
|
|
arch="all"
|
|
license="GPL-3.0-or-later"
|
|
depends="
|
|
brightnessctl-udev
|
|
"
|
|
makedepends="
|
|
glib-dev
|
|
meson
|
|
"
|
|
source="
|
|
bananui-daemons-v$pkgver.tar.gz::https://git.abscue.de/obp/bananui/settings-daemons/-/archive/v$pkgver/settings-daemons-v$pkgver.tar.gz
|
|
"
|
|
options="!check" # no tests available
|
|
builddir="$srcdir/settings-daemons-v$pkgver"
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir/" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
90cbe5c7af36d1e69fd9030fcea4c51d55c152532e88a3697fc1deacaa6b5f723505f65aa18b891db753ef9b51901349a36db6597195d8930f71823158eae450 bananui-daemons-v0.1.0.tar.gz
|
|
"
|