1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"name": "Libscrypt",
"description": "Library for scrypt",
"url": "https://github.com/technion/libscrypt/archive/v1.21.tar.gz",
"mirror": null,
"homepage": "https://lolware.net/libscrypt.html",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\", \"install-osx\", \"PREFIX=#{prefix}\", \"LDFLAGS=\", \"CFLAGS_EXTRA=\"",
"system \"make\", \"check\", \"LDFLAGS=\", \"CFLAGS_EXTRA=\""
],
"version": "1.21",
"file": "libscrypt.rb"
}
|