1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "Libb2",
"description": "Secure hashing function",
"url": "https://blake2.net/libb2-0.97.tar.gz",
"mirror": null,
"homepage": "https://blake2.net/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--disable-silent-rules\",",
"\"--enable-fat\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "0.97",
"file": "libb2.rb"
}
|