1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"name": "Gvp",
"description": "Go versioning packager",
"url": "https://github.com/pote/gvp/archive/v0.3.0.tar.gz",
"mirror": null,
"homepage": "https://github.com/pote/gvp",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [
{
"url": "https://github.com/pote/gvp/commit/11c4cefd.patch?full_index=1",
"strip": "1"
}
],
"install": [
"system \"./configure\", \"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "0.3.0",
"file": "gvp.rb"
}
|