blob: 871116157728316ef6eec19ffb229d5ac03a3f68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "Clac",
"description": "Command-line, stack-based calculator with postfix notation",
"url": "https://github.com/soveran/clac/archive/0.3.2.tar.gz",
"mirror": null,
"homepage": "https://github.com/soveran/clac",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\", \"PREFIX=#{prefix}\", \"install\""
],
"version": "0.3.2",
"file": "clac.rb"
}
|