aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sway-launcher-desktop/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sway-launcher-desktop/APKBUILD')
-rw-r--r--testing/sway-launcher-desktop/APKBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/sway-launcher-desktop/APKBUILD b/testing/sway-launcher-desktop/APKBUILD
deleted file mode 100644
index 211a799e6b4..00000000000
--- a/testing/sway-launcher-desktop/APKBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Contributor: Magnus Sandin <magnus.sandin@gmail.com>
-# Maintainer: Magnus Sandin <magnus.sandin@gmail.com>
-pkgname=sway-launcher-desktop
-pkgver=1.5.4
-pkgrel=0
-pkgdesc="Text based launcher menu"
-url="https://github.com/Biont/sway-launcher-desktop"
-arch="noarch"
-license="GPL-3.0-only"
-depends="bash gawk fzf"
-checkdepends="bats"
-subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/Biont/sway-launcher-desktop/archive/refs/tags/v$pkgver.tar.gz
- remove-ls-test.patch
- "
-check() {
- cd "$builddir/tests" && bats ./*.bats
-}
-
-package() {
- install -m755 -D "$builddir/$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
- install -m644 -D "$builddir/README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
- sed -i 's/\.sh//g' "$pkgdir/usr/share/doc/$pkgname/README.md"
-}
-
-sha512sums="8ff9b7b3bfe84d8b5d3ba0f27bf5a24159329fd4e0f9bb18de070b66e9339ac999afb4651cae3900f60e486e34a9dbac70081b93d46176133aa503d05f4efd9e sway-launcher-desktop-1.5.4.tar.gz
-b1877cb93d120823f95611f02ced064e1a22247d7e03ab1415156a09c6343bf0c4d9f444f1364a6eeef7cf43268a417b291e0e9d6343e6cfdcdbaadfee3483e9 remove-ls-test.patch
-"