summaryrefslogtreecommitdiff
path: root/homebrew/libyaml/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libyaml/.beer')
-rw-r--r--homebrew/libyaml/.beer31
1 files changed, 31 insertions, 0 deletions
diff --git a/homebrew/libyaml/.beer b/homebrew/libyaml/.beer
new file mode 100644
index 000000000..fefb4485d
--- /dev/null
+++ b/homebrew/libyaml/.beer
@@ -0,0 +1,31 @@
+{
+ "name": "Libyaml",
+ "description": "YAML Parser",
+ "url": "https://github.com/yaml/libyaml/archive/0.2.2.tar.gz",
+ "mirror": null,
+ "homepage": "https://github.com/yaml/libyaml",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./bootstrap\"",
+ "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "0.2.2",
+ "file": "libyaml.rb"
+} \ No newline at end of file