1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Pv",
"description": "Monitor data",
"url": "https://www.ivarch.com/programs/sources/pv-1.6.6.tar.bz2",
"mirror": null,
"homepage": "https://www.ivarch.com/programs/pv.shtml",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-debug\", \"--prefix=#{prefix}\",",
"\"--mandir=#{man}\", \"--disable-nls\"",
"system \"make\", \"install\""
],
"version": "1.6.6",
"file": "pv.rb"
}
|