diff options
Diffstat (limited to 'homebrew/dehydrated/.beer')
-rw-r--r-- | homebrew/dehydrated/.beer | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/homebrew/dehydrated/.beer b/homebrew/dehydrated/.beer new file mode 100644 index 000000000..ab6831bc1 --- /dev/null +++ b/homebrew/dehydrated/.beer @@ -0,0 +1,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" +}
\ No newline at end of file |