1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "Cifer",
"description": "Work on automating classical cipher cracking in C",
"url": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/cifer/cifer-1.2.0.tar.gz",
"mirror": null,
"homepage": "https://code.google.com/p/cifer/",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"system \"make\", \"prefix=#{prefix}\",",
"\"CC=#{ENV.cc}\",",
"\"CFLAGS=#{ENV.cflags}\",",
"\"LDFLAGS=#{ENV.ldflags}\",",
"\"install\""
],
"version": "1.2.0",
"file": "cifer.rb"
}
|