mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-15 12:52:19 +02:00
37 lines
890 B
Text
37 lines
890 B
Text
# Contributor: Michał Polański <michal@polanski.me>
|
|
# Maintainer: Michał Polański <michal@polanski.me>
|
|
pkgname=fnott
|
|
pkgver=1.7.1
|
|
pkgrel=0
|
|
pkgdesc="Keyboard driven and lightweight Wayland notification daemon"
|
|
url="https://codeberg.org/dnkl/fnott"
|
|
license="MIT"
|
|
arch="all"
|
|
makedepends="
|
|
meson
|
|
pixman-dev
|
|
libpng-dev
|
|
wayland-protocols
|
|
wayland-dev
|
|
dbus-dev
|
|
tllist-dev
|
|
fcft-dev
|
|
scdoc
|
|
"
|
|
subpackages="$pkgname-doc $pkgname-zsh-completion"
|
|
source="$pkgname-$pkgver.tar.gz::https://codeberg.org/dnkl/fnott/archive/$pkgver.tar.gz"
|
|
builddir="$srcdir/fnott"
|
|
options="!check" # no test suite
|
|
|
|
build() {
|
|
abuild-meson . output
|
|
meson compile -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" meson install --no-rebuild -C output
|
|
}
|
|
|
|
sha512sums="
|
|
5310dc826de765e3f4a55f5c57f4d43a238c0aec0b6f1c374575bbabf43dfb05701e4ebc8d33b25c0c93fd07581f62c7860bd58619fc41cb8248e60a1efa99a2 fnott-1.7.1.tar.gz
|
|
"
|