diff options
Diffstat (limited to 'homebrew/fetchcrl/.beer')
-rw-r--r-- | homebrew/fetchcrl/.beer | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/homebrew/fetchcrl/.beer b/homebrew/fetchcrl/.beer new file mode 100644 index 000000000..e435ee574 --- /dev/null +++ b/homebrew/fetchcrl/.beer @@ -0,0 +1,16 @@ +{ + "name": "FetchCrl", + "description": "Retrieve certificate revocation lists (CRLs)", + "url": "https://dist.eugridpma.info/distribution/util/fetch-crl3/fetch-crl-3.0.20.tar.gz", + "mirror": null, + "homepage": "https://wiki.nikhef.nl/grid/FetchCRL3", + "depends": [], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "system \"make\", \"install\", \"PREFIX=#{prefix}\", \"ETC=#{etc}\", \"CACHE=#{var}/cache\"" + ], + "version": "3.0.20", + "file": "fetch-crl.rb" +}
\ No newline at end of file |