summaryrefslogtreecommitdiff
path: root/homebrew/libdill/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libdill/.beer')
-rw-r--r--homebrew/libdill/.beer34
1 files changed, 34 insertions, 0 deletions
diff --git a/homebrew/libdill/.beer b/homebrew/libdill/.beer
new file mode 100644
index 000000000..7ef56593d
--- /dev/null
+++ b/homebrew/libdill/.beer
@@ -0,0 +1,34 @@
+{
+ "name": "Libdill",
+ "description": "Structured concurrency in C",
+ "url": "https://github.com/sustrik/libdill/archive/2.14.tar.gz",
+ "mirror": null,
+ "homepage": "http://libdill.org/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./autogen.sh\"",
+ "system \"./configure\", \"--disable-debug\",",
+ "\"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "2.14",
+ "file": "libdill.rb"
+} \ No newline at end of file