edelta: migrate to boneyard (#10128)

This commit is contained in:
ilovezfs 2017-02-19 04:15:19 -08:00 committed by GitHub
parent 034249324a
commit d8489a713b
2 changed files with 1 additions and 27 deletions

View file

@ -1,27 +0,0 @@
class Edelta < Formula
desc "XDelta-style binary differ"
homepage "http://www.diku.dk/hjemmesider/ansatte/jacobg/edelta/"
url "http://www.diku.dk/hjemmesider/ansatte/jacobg/edelta/edelta-0.10b.tar.gz"
sha256 "86d60b8726d37d5486b0d8030492a99b2f4ce1266ad50a99edb07ee6d529815e"
bottle do
cellar :any_skip_relocation
sha256 "39e5f835be6891765b654f606739ae06ef75b277096ac2a34ad9bb982adb111c" => :sierra
sha256 "7c890297f4a4f314e88076aebc631b65eed230ab41279e7c96e0166738bad435" => :el_capitan
sha256 "899ebc5dcf01081e885bef90c53ea6ccf9763562b8fc9e778dd4cac9d2ee4c83" => :yosemite
sha256 "cb69b6278bf6ffe5430d33718db74cc35ea7982e48775c1d9723f514a6fc6e82" => :mavericks
sha256 "e266224b0d63f429b0009564ecd74d51733434a3fc4f6509141157340682bdc0" => :mountain_lion
end
def install
system "make", "CFLAGS=#{ENV.cflags}"
bin.install "edelta"
end
test do
(testpath/"test1").write "foo"
(testpath/"test2").write "bar"
system "#{bin}/edelta", "delta", "test1", "test2"
end
end

View file

@ -64,6 +64,7 @@
"dupx": "homebrew/boneyard",
"dwarf": "homebrew/boneyard",
"echoping": "homebrew/boneyard",
"edelta": "homebrew/boneyard",
"eet": "homebrew/boneyard",
"eina": "homebrew/boneyard",
"electric-fence": "homebrew/boneyard",