aboutsummaryrefslogtreecommitdiffstats
path: root/testing/blanket/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/blanket/APKBUILD')
-rw-r--r--testing/blanket/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/blanket/APKBUILD b/testing/blanket/APKBUILD
deleted file mode 100644
index 7f88214069a..00000000000
--- a/testing/blanket/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: mio <miyopan@e.email>
-# Maintainer: mio <miyopan@e.email>
-pkgname=blanket
-pkgver=0.5.0
-pkgrel=0
-pkgdesc="Listen to different sounds to improve focus and increase productivity"
-url="https://github.com/rafaelmardojai/blanket"
-license="GPL-3.0-or-later"
-# mips64, s390x: limited by libhandy
-# mips64, riscv64: limited by gst-plugins-bad
-arch="noarch !mips64 !s390x !riscv64"
-depends="gst-plugins-bad gst-plugins-base gst-plugins-good libhandy
- python3 py3-gst py3-gobject3"
-makedepends="appstream-glib-dev meson"
-subpackages="$pkgname-lang"
-source="https://github.com/rafaelmardojai/blanket/archive/$pkgver/blanket-$pkgver.tar.gz
- try-set-locale.patch
- "
-
-build() {
- abuild-meson . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
-}
-
-check() {
- meson test --no-rebuild -v -C output
-}
-
-package() {
- DESTDIR="$pkgdir" meson install --no-rebuild -C output
-}
-
-sha512sums="
-bfc1ddadd22b68423d6e7734e7fc8cbdabf264e19a3810216480bd97248841a30f0759d423439b0a082a202474cf0c3f3b481cfeb7bff3dd5c146f730389aad5 blanket-0.5.0.tar.gz
-8e06b08897a739e737912c5332afd6351f7da727cc934d10db329b36501149b07ad07f8d188213621dff4b6e60b166598ec2077cf3d389003072c4ff5293b702 try-set-locale.patch
-"