From 739c65c54cb0e957df5e9b76f93fb02554e5cac3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 4 May 2022 23:52:30 +0100 Subject: moved everything to new file formatting --- repo/util/mpd-mpc/mpd-mpc.xibuild | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 repo/util/mpd-mpc/mpd-mpc.xibuild (limited to 'repo/util/mpd-mpc') diff --git a/repo/util/mpd-mpc/mpd-mpc.xibuild b/repo/util/mpd-mpc/mpd-mpc.xibuild new file mode 100644 index 0000000..2018d33 --- /dev/null +++ b/repo/util/mpd-mpc/mpd-mpc.xibuild @@ -0,0 +1,11 @@ +#!/bin/sh + +NAME="mpd-mpc" +DESC="Minimalist command line interface to MPD" + +MAKEDEPS="" +DEPS="" + +PKG_VER=0.34 +SOURCE="https://www.musicpd.org/download/mpd-mpc/${PKG_VER%.*}/mpd-mpc-$PKG_VER.tar.xz" + -- cgit v1.2.1