aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mpv-mpris/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mpv-mpris/APKBUILD')
-rw-r--r--testing/mpv-mpris/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/mpv-mpris/APKBUILD b/testing/mpv-mpris/APKBUILD
deleted file mode 100644
index dd0461be1f9..00000000000
--- a/testing/mpv-mpris/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Galen Abell <galen@galenabell.com>
-# Maintainer: Galen Abell <galen@galenabell.com>
-pkgname=mpv-mpris
-pkgver=0.6
-pkgrel=0
-pkgdesc="MPRIS plugin for mpv"
-url="https://github.com/hoyon/mpv-mpris"
-arch="all"
-license="MIT"
-depends="mpv"
-makedepends="glib-dev mpv-dev"
-options="!check" # no tests
-source="$pkgname-$pkgver.tar.gz::https://github.com/hoyon/mpv-mpris/archive/$pkgver.tar.gz"
-
-build() {
- make
-}
-
-package() {
- install -Dm 0644 mpris.so "$pkgdir"/etc/mpv/scripts/mpris.so
-}
-
-sha512sums="
-da92e4cf6541f0f18fc1c779ab87eef914e6e76a94bfe1259b323953a11654b228d02c4d352ea0c588308bedc8aa807bdaa41023917629a90d50269f454e256d mpv-mpris-0.6.tar.gz
-"