mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 08:12:06 +01:00
38 lines
890 B
Plaintext
38 lines
890 B
Plaintext
# Contributor: Michał Polański <michal@polanski.me>
|
|
# Maintainer: Michał Polański <michal@polanski.me>
|
|
pkgname=fnott
|
|
pkgver=1.4.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="
|
|
1425c3cbe04d8084a4d306d40ac8b9e497ac003a5919ef569aa9009e9d710b7f6321342075f17d5be0fcb0049815d5bb7ac1fd875ae41d1e94076f82104d5862 fnott-1.4.1.tar.gz
|
|
"
|