aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lswt/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/lswt/APKBUILD')
-rw-r--r--testing/lswt/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/lswt/APKBUILD b/testing/lswt/APKBUILD
deleted file mode 100644
index 0047c8c1be3..00000000000
--- a/testing/lswt/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Michał Polański <michal@polanski.me>
-# Maintainer: Michał Polański <michal@polanski.me>
-pkgname=lswt
-pkgver=1.0.1
-pkgrel=0
-pkgdesc="List Wayland toplevels"
-url="https://git.sr.ht/~leon_plickat/lswt"
-license="GPL-3.0"
-arch="all"
-options="!check" # no test suite
-makedepends="wayland-dev wayland-protocols"
-subpackages="$pkgname-doc $pkgname-bash-completion"
-source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~leon_plickat/lswt/archive/v$pkgver.tar.gz
- makefile.patch
- "
-builddir="$srcdir/lswt-v$pkgver"
-
-build() {
- make
-}
-
-package() {
- make DESTDIR="$pkgdir" PREFIX=/usr install
-}
-
-sha512sums="
-2c68be801f81d585c105b173cc12a4617b2f9f5b153f243ca9190ad3b0bc9aa38d4034a7db20cf0fd4b2c4d4c32a5864e679ca8a07c349f564aa81c982c5c590 lswt-1.0.1.tar.gz
-8dd07cd38129ff40639d8b2e150ac3520db69edce9968e1cbc87dc7ccb65ca6e029d7f2aa80d1f50fbbd835ad017f92679a845dd6bb5cf1f29f6bd5941184cd6 makefile.patch
-"