summaryrefslogtreecommitdiff
path: root/homebrew/mpdas
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mpdas')
-rw-r--r--homebrew/mpdas/.beer26
-rw-r--r--homebrew/mpdas/.make.sh-auto3
-rw-r--r--homebrew/mpdas/_metadata/description1
-rw-r--r--homebrew/mpdas/_metadata/homepage1
-rw-r--r--homebrew/mpdas/_metadata/name1
-rw-r--r--homebrew/mpdas/_metadata/version1
-rwxr-xr-xhomebrew/mpdas/download.sh1
7 files changed, 34 insertions, 0 deletions
diff --git a/homebrew/mpdas/.beer b/homebrew/mpdas/.beer
new file mode 100644
index 000000000..1250acf88
--- /dev/null
+++ b/homebrew/mpdas/.beer
@@ -0,0 +1,26 @@
+{
+ "name": "Mpdas",
+ "description": "C++ client to submit tracks to audioscrobbler",
+ "url": "https://www.50hz.ws/mpdas/mpdas-0.4.5.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.50hz.ws/mpdas/",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "libmpdclient",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"PREFIX=#{prefix}\", \"MANPREFIX=#{man1}\", \"CONFIG=#{etc}\", \"install\"",
+ "etc.install \"mpdasrc.example\""
+ ],
+ "version": "0.4.5",
+ "file": "mpdas.rb"
+} \ No newline at end of file
diff --git a/homebrew/mpdas/.make.sh-auto b/homebrew/mpdas/.make.sh-auto
new file mode 100644
index 000000000..81dc06864
--- /dev/null
+++ b/homebrew/mpdas/.make.sh-auto
@@ -0,0 +1,3 @@
+pkg:setup
+make PREFIX=${PKG_TAPF} MANPREFIX=#{man1} CONFIG=#{etc} DESTDIR=${PKG_DEST} install
+etc.install "mpdasrc.example"
diff --git a/homebrew/mpdas/_metadata/description b/homebrew/mpdas/_metadata/description
new file mode 100644
index 000000000..a648e3306
--- /dev/null
+++ b/homebrew/mpdas/_metadata/description
@@ -0,0 +1 @@
+C++ client to submit tracks to audioscrobbler
diff --git a/homebrew/mpdas/_metadata/homepage b/homebrew/mpdas/_metadata/homepage
new file mode 100644
index 000000000..e2ce358a9
--- /dev/null
+++ b/homebrew/mpdas/_metadata/homepage
@@ -0,0 +1 @@
+https://www.50hz.ws/mpdas/
diff --git a/homebrew/mpdas/_metadata/name b/homebrew/mpdas/_metadata/name
new file mode 100644
index 000000000..67310b0ad
--- /dev/null
+++ b/homebrew/mpdas/_metadata/name
@@ -0,0 +1 @@
+Mpdas
diff --git a/homebrew/mpdas/_metadata/version b/homebrew/mpdas/_metadata/version
new file mode 100644
index 000000000..0bfccb080
--- /dev/null
+++ b/homebrew/mpdas/_metadata/version
@@ -0,0 +1 @@
+0.4.5
diff --git a/homebrew/mpdas/download.sh b/homebrew/mpdas/download.sh
new file mode 100755
index 000000000..fa4b3f2b7
--- /dev/null
+++ b/homebrew/mpdas/download.sh
@@ -0,0 +1 @@
+wget https://www.50hz.ws/mpdas/mpdas-0.4.5.tar.gz \ No newline at end of file