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
|
{
"name": "Scrypt",
"description": "Encrypt and decrypt files using memory-hard password function",
"url": "https://www.tarsnap.com/scrypt/scrypt-1.2.1.tgz",
"mirror": null,
"homepage": "https://www.tarsnap.com/scrypt.html",
"depends": [
{
"depend": "autoconf",
"build-depend": true
},
{
"depend": "automake",
"build-depend": true
},
{
"depend": "openssl",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"autoreconf\", \"-fvi\" if build.head?",
"system \"./configure\", \"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "1.2.1",
"file": "scrypt.rb"
}
|