aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fetch-crl.rb
blob: bbb3e275cca86161f87211fbe4a96cd2aa5488ba (plain)
1
2
3
4
5
6
7
8
9
10
11
require 'formula'

class FetchCrl < Formula
  homepage 'http://wiki.nikhef.nl/grid/FetchCRL3'
  url 'https://dist.eugridpma.info/distribution/util/fetch-crl3/fetch-crl-3.0.8.tar.gz'
  sha1 '5e4474d70ef5a5a1a29bff1944114ad58987f731'

  def install
    system "make", "install", "PREFIX=#{prefix}", "ETC=#{etc}", "CACHE=#{var}/cache"
  end
end