1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "Libtomcrypt",
"description": "Comprehensive, modular and portable cryptographic toolkit",
"url": "https://github.com/libtom/libtomcrypt/archive/v1.18.2.tar.gz",
"mirror": null,
"homepage": "https://www.libtom.net/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\", \"test\"",
"system \"make\", \"install\", \"PREFIX=#{prefix}\"",
"pkgshare.install \"test\"",
"(pkgshare/\"tests\").install \"tests/test.key\""
],
"version": "1.18.2",
"file": "libtomcrypt.rb"
}
|