aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-06 23:57:44 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-06 23:57:44 +0100
commitcaeaed4a04fe70ec13dffe8b9a91a9624fa7dca0 (patch)
tree09fd9c7a4ac9a9a0814367732e379d4d1a422f30 /testing
parentb9e0b88f4e7b9fb1b1bd6be0b29c58906d813bb5 (diff)
downloadaports-caeaed4a04fe70ec13dffe8b9a91a9624fa7dca0.tar.bz2
aports-caeaed4a04fe70ec13dffe8b9a91a9624fa7dca0.tar.xz
community/wf-recorder: move from testing
Diffstat (limited to 'testing')
-rw-r--r--testing/wf-recorder/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/wf-recorder/APKBUILD b/testing/wf-recorder/APKBUILD
deleted file mode 100644
index 646a0986a3..0000000000
--- a/testing/wf-recorder/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer: Leo <thinkabit.ukim@gmail.com>
-pkgname=wf-recorder
-pkgver=0.1
-pkgrel=0
-pkgdesc="Screen recording for wlroots-based compositors"
-options="!check" # No testsuite
-url="https://github.com/ammen99/wf-recorder"
-arch="all"
-license="MIT"
-makedepends="meson ffmpeg-dev opencl-headers pulseaudio-dev wayland-dev wayland-protocols
- x264-dev"
-source="https://github.com/ammen99/wf-recorder/releases/download/v$pkgver/wf-recorder-$pkgver.tar.xz"
-
-build() {
- meson \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var \
- --buildtype=release \
- -Dman-pages=enabled \
- -Dopencl=enabled \
- . output
- ninja -C output
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C output install
-}
-
-sha512sums="df8ad006c899634ba1ab8cf418e18538e95703a3ac112bf2f05310c30865001d9e50eba618662995f83629b2d0b9524266948f1a152d14d8e8a558d0de97058a wf-recorder-0.1.tar.xz"