1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "Spigot",
"description": "Command-line streaming exact real calculator",
"url": "https://www.chiark.greenend.org.uk/~sgtatham/spigot/spigot-20190105.c40b723.tar.gz",
"mirror": null,
"homepage": "https://www.chiark.greenend.org.uk/~sgtatham/spigot/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-debug\",",
"\"--disable-dependency-tracking\",",
"\"--disable-silent-rules\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "20190105",
"file": "spigot.rb"
}
|