1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Wiggle",
"description": "Program for applying patches with conflicting changes",
"url": "https://neil.brown.name/wiggle/wiggle-1.1.tar.gz",
"mirror": null,
"homepage": "https://neil.brown.name/blog/20100324064620",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\", \"OptDbg=#{ENV.cflags}\", \"wiggle\", \"wiggle.man\", \"test\"",
"bin.install \"wiggle\"",
"man1.install \"wiggle.1\""
],
"version": "1.1",
"file": "wiggle.rb"
}
|