1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "Libtommath",
"description": "C library for number theoretic multiple-precision integers",
"url": "https://github.com/libtom/libtommath/releases/download/v1.1.0/ltm-1.1.0.tar.xz",
"mirror": null,
"homepage": "https://www.libtom.net/LibTomMath/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV[\"DESTDIR\"] = prefix",
"system \"make\"",
"system \"make\", \"test_standalone\"",
"include.install Dir[\"tommath*.h\"]",
"lib.install \"libtommath.a\"",
"pkgshare.install \"test\""
],
"version": "1.1.0",
"file": "libtommath.rb"
}
|