summaryrefslogtreecommitdiff
path: root/homebrew/libmicrohttpd/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libmicrohttpd/.beer')
-rw-r--r--homebrew/libmicrohttpd/.beer29
1 files changed, 29 insertions, 0 deletions
diff --git a/homebrew/libmicrohttpd/.beer b/homebrew/libmicrohttpd/.beer
new file mode 100644
index 000000000..2f1a749d2
--- /dev/null
+++ b/homebrew/libmicrohttpd/.beer
@@ -0,0 +1,29 @@
+{
+ "name": "Libmicrohttpd",
+ "description": "Light HTTP/1.1 server library",
+ "url": "https://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.63.tar.gz",
+ "mirror": "https://ftpmirror.gnu.org/libmicrohttpd/libmicrohttpd-0.9.63.tar.gz",
+ "homepage": "https://www.gnu.org/software/libmicrohttpd/",
+ "depends": [
+ {
+ "depend": "gnutls",
+ "build-depend": false
+ },
+ {
+ "depend": "libgcrypt",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\"",
+ "system \"make\", \"install\"",
+ "pkgshare.install \"doc/examples\""
+ ],
+ "version": "0.9.63",
+ "file": "libmicrohttpd.rb"
+} \ No newline at end of file