summaryrefslogtreecommitdiff
path: root/homebrew/duounix/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/duounix/.beer')
-rw-r--r--homebrew/duounix/.beer41
1 files changed, 41 insertions, 0 deletions
diff --git a/homebrew/duounix/.beer b/homebrew/duounix/.beer
new file mode 100644
index 000000000..690d36073
--- /dev/null
+++ b/homebrew/duounix/.beer
@@ -0,0 +1,41 @@
+{
+ "name": "DuoUnix",
+ "description": "Two-factor authentication for SSH",
+ "url": "https://github.com/duosecurity/duo_unix/archive/duo_unix-1.11.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.duosecurity.com/docs/duounix",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "openssl",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"./bootstrap\"",
+ "system \"./configure\", \"--disable-dependency-tracking\",",
+ "\"--disable-silent-rules\",",
+ "\"--prefix=#{prefix}\",",
+ "\"--sysconfdir=#{etc}\",",
+ "\"--includedir=#{include}/duo\",",
+ "\"--with-openssl=#{Formula[\"openssl\"].opt_prefix}\",",
+ "\"--with-pam=#{lib}/pam/\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "1.11.1",
+ "file": "duo_unix.rb"
+} \ No newline at end of file