1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Libtecla",
"description": "Command-line editing facilities similar to the tcsh shell",
"url": "http://www.astro.caltech.edu/~mcs/tecla/libtecla-1.6.3.tar.gz",
"mirror": null,
"homepage": "http://www.astro.caltech.edu/~mcs/tecla/index.html",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV.deparallelize",
"system \"./configure\", \"--prefix=#{prefix}\", \"--mandir=#{man}\"",
"system \"make\", \"install\""
],
"version": "1.6.3",
"file": "libtecla.rb"
}
|