summaryrefslogtreecommitdiff
path: root/homebrew/xmp/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/xmp/.beer')
-rw-r--r--homebrew/xmp/.beer44
1 files changed, 44 insertions, 0 deletions
diff --git a/homebrew/xmp/.beer b/homebrew/xmp/.beer
new file mode 100644
index 000000000..36a4b30c7
--- /dev/null
+++ b/homebrew/xmp/.beer
@@ -0,0 +1,44 @@
+{
+ "name": "Xmp",
+ "description": "Command-line player for module music formats (MOD, S3M, IT, etc)",
+ "url": "https://downloads.sourceforge.net/project/xmp/xmp/4.1.0/xmp-4.1.0.tar.gz",
+ "mirror": null,
+ "homepage": "https://xmp.sourceforge.io/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "libxmp",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "if build.head?",
+ "system \"glibtoolize\"",
+ "system \"aclocal\"",
+ "system \"autoconf\"",
+ "system \"automake\", \"--add-missing\"",
+ "end",
+ "system \"./configure\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "4.1.0",
+ "file": "xmp.rb"
+} \ No newline at end of file