aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nwg-launchers/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nwg-launchers/APKBUILD')
-rw-r--r--testing/nwg-launchers/APKBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/nwg-launchers/APKBUILD b/testing/nwg-launchers/APKBUILD
deleted file mode 100644
index 7a01c4af3a6..00000000000
--- a/testing/nwg-launchers/APKBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Matthew T Hoare <matthew.t.hoare@gmail.com>
-# Maintainer: Matthew T Hoare <matthew.t.hoare@gmail.com>
-pkgname=nwg-launchers
-pkgver=0.4.4
-pkgrel=0
-pkgdesc="GTK+ launchers for sway, i3 and some other window managers"
-url="https://github.com/nwg-piotr/nwg-launchers"
-arch="all"
-license="GPL-3.0-or-later"
-makedepends="cmake gtkmm3-dev meson nlohmann-json"
-options="!check" # no checks
-source="$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/nwg-launchers/archive/v$pkgver.tar.gz"
-
-build() {
- abuild-meson . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
-}
-
-package() {
- DESTDIR="$pkgdir" meson install --no-rebuild -C output
-}
-
-sha512sums="d373bbc2c9f99a133d1aca23be73ea680af93071f37e02382ce12ad8d1c0650bddd3aa87853a3f2dfb69f49c272bfd4f88433c1533c211936a5e6b46c79e05c5 nwg-launchers-0.4.4.tar.gz"