aboutsummaryrefslogtreecommitdiffstats
path: root/testing/waypipe/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/waypipe/APKBUILD')
-rw-r--r--testing/waypipe/APKBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/waypipe/APKBUILD b/testing/waypipe/APKBUILD
deleted file mode 100644
index ea53ace47bf..00000000000
--- a/testing/waypipe/APKBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# Contributor: Simon Zeni <simon@bl4ckb0ne.ca>
-# Maintainer: Simon Zeni <simon@bl4ckb0ne.ca>
-pkgname=waypipe
-pkgver=0.8.1
-pkgrel=0
-pkgdesc="proxy for Wayland clients"
-url="https://gitlab.freedesktop.org/mstoeckl/waypipe"
-arch="all"
-license="MIT"
-makedepends="meson wayland-protocols wayland-dev scdoc lz4-dev zstd-dev mesa-dev
- libdrm-dev libva-dev"
-source="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v$pkgver/waypipe-v$pkgver.tar.gz"
-subpackages="$pkgname-doc"
-builddir="$srcdir/$pkgname-v$pkgver"
-
-build() {
- abuild-meson \
- -Dwerror=false \
- -Db_ndebug=true \
- build
- meson compile ${JOBS:+-j ${JOBS}} -C build
-}
-
-check() {
- meson test --no-rebuild -v -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install --no-rebuild -C build
-}
-
-sha512sums="
-cb6cdc940b79c02c021c5e2ddd83f60efaf7cd95759306e17bda068b1cc1a73afe40bffb77778042c904476dfd06ca3ada90133e3e2751b34979cfb305872634 waypipe-v0.8.1.tar.gz
-"