summaryrefslogtreecommitdiff
path: root/homebrew/monkeysphere/.beer
blob: 8436176c41350b66196a05283e625c4cfdcc1410 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
    "name": "Monkeysphere",
    "description": "Use the OpenPGP web of trust to verify ssh connections",
    "url": "https://deb.debian.org/debian/pool/main/m/monkeysphere/monkeysphere_0.41.orig.tar.gz",
    "mirror": null,
    "homepage": "https://web.monkeysphere.info/",
    "depends": [
        {
            "depend": "gnu-sed",
            "build-depend": true
        },
        {
            "depend": "libassuan",
            "build-depend": false
        },
        {
            "depend": "libgcrypt",
            "build-depend": false
        },
        {
            "depend": "libgpg-error",
            "build-depend": false
        },
        {
            "depend": "openssl",
            "build-depend": false
        }
    ],
    "resource": [
        {
            "name": "Crypt::OpenSSL::Bignum",
            "url": "https://cpan.metacpan.org/authors/id/K/KM/KMX/Crypt-OpenSSL-Bignum-0.06.tar.gz"
        }
    ],
    "conflicts": [],
    "patches": [],
    "install": [
        "ENV.prepend_path \"PATH\", Formula[\"gnu-sed\"].libexec/\"gnubin\"",
        "ENV.prepend_create_path \"PERL5LIB\", libexec/\"lib/perl5\"",
        "resource(\"Crypt::OpenSSL::Bignum\").stage do",
        "system \"perl\", \"Makefile.PL\", \"INSTALL_BASE=#{libexec}\"",
        "system \"make\", \"install\""
    ],
    "version": "0.41",
    "file": "monkeysphere.rb"
}