require 'formula' class Aescrypt < Formula homepage 'http://aescrypt.sourceforge.net/' url 'http://aescrypt.sourceforge.net/aescrypt-0.7.tar.gz' sha1 '72756ccccd43a4f19796835395512616c86c273f' def install system "./configure" system "make" bin.install 'aescrypt', 'aesget' end end atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/advancecomp.rb
blob: a5341a483c274d131c8921cfe893a277afc29fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18