1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"name": "Dehydrated",
"description": "LetsEncrypt/acme client implemented as a shell-script",
"url": "https://github.com/lukas2511/dehydrated/archive/v0.6.2.tar.gz",
"mirror": null,
"homepage": "https://dehydrated.io",
"depends": [],
"resource": [],
"conflicts": [],
"patches": [],
"install": [
"ENV[\"GOPATH\"] = buildpath",
"(buildpath/\"src/github.com/lukas2511/dehydrated\").install buildpath.children",
"cd \"src/github.com/lukas2511/dehydrated\" do",
"bin.install \"dehydrated\"",
"prefix.install_metafiles"
],
"version": "0.6.2",
"file": "dehydrated.rb"
}
|