summaryrefslogtreecommitdiff
path: root/homebrew/ykclient/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/ykclient/.beer')
-rw-r--r--homebrew/ykclient/.beer40
1 files changed, 40 insertions, 0 deletions
diff --git a/homebrew/ykclient/.beer b/homebrew/ykclient/.beer
new file mode 100644
index 000000000..e017cebbd
--- /dev/null
+++ b/homebrew/ykclient/.beer
@@ -0,0 +1,40 @@
+{
+ "name": "Ykclient",
+ "description": "Library to validate YubiKey OTPs against YubiCloud",
+ "url": "https://developers.yubico.com/yubico-c-client/Releases/ykclient-2.15.tar.gz",
+ "mirror": null,
+ "homepage": "https://developers.yubico.com/yubico-c-client/",
+ "depends": [
+ {
+ "depend": "autoconf",
+ "build-depend": true
+ },
+ {
+ "depend": "automake",
+ "build-depend": true
+ },
+ {
+ "depend": "libtool",
+ "build-depend": true
+ },
+ {
+ "depend": "help2man",
+ "build-depend": true
+ },
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"autoreconf\", \"-iv\" if build.head?",
+ "system \"./configure\", \"--prefix=#{prefix}\"",
+ "system \"make\", \"install\"",
+ "system \"make\", \"check\""
+ ],
+ "version": "2.15",
+ "file": "ykclient.rb"
+} \ No newline at end of file