1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "Enca",
"description": "Charset analyzer and converter",
"url": "https://dl.cihar.com/enca/enca-1.19.tar.gz",
"mirror": null,
"homepage": "https://cihar.com/software/enca/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"./configure\", \"--disable-dependency-tracking\",",
"\"--prefix=#{prefix}\"",
"system \"make\", \"install\""
],
"version": "1.19",
"file": "enca.rb"
}
|