summaryrefslogtreecommitdiff
path: root/repo/util/mpdscribble/mpdscribble.xibuild
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util/mpdscribble/mpdscribble.xibuild')
-rw-r--r--repo/util/mpdscribble/mpdscribble.xibuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/repo/util/mpdscribble/mpdscribble.xibuild b/repo/util/mpdscribble/mpdscribble.xibuild
deleted file mode 100644
index a153361..0000000
--- a/repo/util/mpdscribble/mpdscribble.xibuild
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/bin/sh
-
-NAME="mpdscribble"
-DESC="MPD client which submits information about tracks being played to a scrobbler"
-
-MAKEDEPS="meson ninja "
-DEPS="libmpdclient curl libgcrypt "
-
-PKG_VER=0.24
-SOURCE="https://github.com/MusicPlayerDaemon/mpdscribble/archive/refs/tags/v$PKG_VER.tar.gz"
-
-build () {
- mkdir build &&
- cd build &&
- meson --prefix=/usr \
- .. &&
- ninja
-}
-
-package () {
- DESTDIR=$PKG_DEST ninja install
-}