1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "Viewvc",
"description": "Browser interface for CVS and Subversion repositories",
"url": "https://github.com/viewvc/viewvc/releases/download/1.1.26/viewvc-1.1.26.tar.gz",
"mirror": null,
"homepage": "http://www.viewvc.org",
"depends": [
{
"depend": "subversion",
"build-depend": false
}
],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"python\", \"./viewvc-install\", \"--prefix=#{libexec}\", \"--destdir=\"",
"Pathname.glob(libexec/\"bin/*\") do |f|",
"next if f.directory?",
"bin.install_symlink f => \"viewvc-#{f.basename}\""
],
"version": "1.1.26",
"file": "viewvc.rb"
}
|