summaryrefslogtreecommitdiff
path: root/homebrew/opencbm/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/opencbm/.beer')
-rw-r--r--homebrew/opencbm/.beer38
1 files changed, 38 insertions, 0 deletions
diff --git a/homebrew/opencbm/.beer b/homebrew/opencbm/.beer
new file mode 100644
index 000000000..f26d99916
--- /dev/null
+++ b/homebrew/opencbm/.beer
@@ -0,0 +1,38 @@
+{
+ "name": "Opencbm",
+ "description": "Provides access to various floppy drive formats",
+ "url": "https://spiro.trikaliotis.net/Download/opencbm-0.4.99.99/opencbm-0.4.99.99.tar.bz2",
+ "mirror": null,
+ "homepage": "https://spiro.trikaliotis.net/opencbm-alpha",
+ "depends": [
+ {
+ "depend": "cc65",
+ "build-depend": true
+ },
+ {
+ "depend": "libusb-compat",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [
+ {
+ "url": "https://raw.githubusercontent.com/Homebrew/formula-patches/48bd0fd/opencbm/endian.diff",
+ "strip": "1"
+ }
+ ],
+ "install": [
+ "ENV.deparallelize",
+ "args = %W[",
+ "-fLINUX/Makefile",
+ "LIBUSB_CONFIG=#{Formula[\"libusb-compat\"].bin}/libusb-config",
+ "PREFIX=#{prefix}",
+ "MANDIR=#{man1}",
+ "]",
+ "system \"make\", *args",
+ "system \"make\", \"install-all\", *args"
+ ],
+ "version": "0.4.99.99",
+ "file": "opencbm.rb"
+} \ No newline at end of file