aboutsummaryrefslogtreecommitdiffstats
path: root/testing/fnott/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/fnott/APKBUILD')
-rw-r--r--testing/fnott/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/fnott/APKBUILD b/testing/fnott/APKBUILD
deleted file mode 100644
index 5ca581aaae5..00000000000
--- a/testing/fnott/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: Michał Polański <michal@polanski.me>
-# Maintainer: Michał Polański <michal@polanski.me>
-pkgname=fnott
-pkgver=1.1.2
-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="
-dcb8776ec5fef4e06d255bfc51b41fe3bb30373f8be6540c6ece3aeff59ee8ad7ad85daad807b00de6bb528ea35198249bd0ce67b2f7e62e44206ac1d097feed fnott-1.1.2.tar.gz
-"