summaryrefslogtreecommitdiff
path: root/homebrew/libkeccak/.beer
blob: 165179989e694f0c6604413efe35b2b07b4520d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "name": "Libkeccak",
    "description": "Keccak-family hashing library",
    "url": "https://github.com/maandree/libkeccak/archive/1.2.tar.gz",
    "mirror": null,
    "homepage": "https://github.com/maandree/libkeccak",
    "depends": [],
    "resource": [],
    "conflicts": [],
    "patches": [],
    "install": [
        "system \"make\", \"install\", \"OSCONFIGFILE=macos.mk\", \"PREFIX=#{prefix}\"",
        "pkgshare.install %w[.testfile test.c]"
    ],
    "version": "1.2",
    "file": "libkeccak.rb"
}