diff options
Diffstat (limited to 'homebrew/libftdi0/.beer')
-rw-r--r-- | homebrew/libftdi0/.beer | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/homebrew/libftdi0/.beer b/homebrew/libftdi0/.beer new file mode 100644 index 000000000..f1d6b1a5a --- /dev/null +++ b/homebrew/libftdi0/.beer @@ -0,0 +1,33 @@ +{ + "name": "Libftdi0", + "description": "Library to talk to FTDI chips", + "url": "https://www.intra2net.com/en/developer/libftdi/download/libftdi-0.20.tar.gz", + "mirror": null, + "homepage": "https://www.intra2net.com/en/developer/libftdi", + "depends": [ + { + "depend": "libusb-compat", + "build-depend": false + } + ], + "resource": [], + "conflicts": [ + { + "conflict": "cspice", + "reason": "both install `simple` binaries" + }, + { + "conflict": "openhmd", + "reason": "both install `simple` binaries" + } + ], + "patches": [], + "install": [ + "mkdir \"libftdi-build\" do", + "system \"../configure\", \"--prefix=#{prefix}\"", + "system \"make\"", + "system \"make\", \"install\"" + ], + "version": "0.20", + "file": "libftdi0.rb" +}
\ No newline at end of file |