summaryrefslogtreecommitdiff
path: root/homebrew/libyubikey/.beer
blob: 3b357dfb10b4a45922fc13aca8b632a30ac353f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Libyubikey",
    "description": "C library for manipulating Yubico one-time passwords",
    "url": "https://developers.yubico.com/yubico-c/Releases/libyubikey-1.13.tar.gz",
    "mirror": null,
    "homepage": "https://yubico.github.io/yubico-c/",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"./configure\", \"--prefix=#{prefix}\"",
        "system \"make\", \"install\""
    ],
    "version": "1.13",
    "file": "libyubikey.rb"
}