diff options
Diffstat (limited to 'homebrew/libslax/.beer')
-rw-r--r-- | homebrew/libslax/.beer | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/homebrew/libslax/.beer b/homebrew/libslax/.beer new file mode 100644 index 000000000..95481624a --- /dev/null +++ b/homebrew/libslax/.beer @@ -0,0 +1,46 @@ +{ + "name": "Libslax", + "description": "Implementation of the SLAX language (an XSLT alternative)", + "url": "https://github.com/Juniper/libslax/releases/download/0.22.0/libslax-0.22.0.tar.gz", + "mirror": null, + "homepage": "http://www.libslax.org/", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "libtool", + "build-depend": true + }, + { + "depend": "openssl", + "build-depend": false + } + ], + "resource": [], + "conflicts": [ + { + "conflict": "genometools", + "reason": "both install `bin/gt`" + } + ], + "patches": [], + "install": [ + "ENV.append \"LDFLAGS\", \"-L#{Formula[\"openssl\"].opt_lib}\"", + "if MacOS.version == :sierra || MacOS.version == :el_capitan", + "ENV[\"SDKROOT\"] = MacOS.sdk_path", + "end", + "system \"sh\", \"./bin/setup.sh\" if build.head?", + "system \"./configure\", \"--disable-dependency-tracking\",", + "\"--prefix=#{prefix}\",", + "\"--enable-libedit\"", + "system \"make\", \"install\"" + ], + "version": "0.22.0", + "file": "libslax.rb" +}
\ No newline at end of file |