1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Gti",
"description": "ASCII-art displaying typo-corrector for commands",
"url": "https://github.com/rwos/gti/archive/v1.6.1.tar.gz",
"mirror": null,
"homepage": "http://r-wos.org/hacks/gti",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\", \"CC=#{ENV.cc}\", \"CFLAGS=#{ENV.cflags}\"",
"bin.install \"gti\"",
"man6.install \"gti.6\""
],
"version": "1.6.1",
"file": "gti.rb"
}
|