summaryrefslogtreecommitdiff
path: root/homebrew/softhsm/.beer
blob: 87a1f49e1ad844aae03bcf5d92eb33ae3bb92914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "Softhsm",
    "description": "Cryptographic store accessible through a PKCS#11 interface",
    "url": "https://dist.opendnssec.org/source/softhsm-2.5.0.tar.gz",
    "mirror": null,
    "homepage": "https://www.opendnssec.org/softhsm/",
    "depends": [
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "(var/\"lib/softhsm/tokens\").mkpath"
    ],
    "version": "2.5.0",
    "file": "softhsm.rb"
}