summaryrefslogtreecommitdiff
path: root/homebrew/mpdas/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mpdas/.beer')
-rw-r--r--homebrew/mpdas/.beer26
1 files changed, 26 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