Skip to content

Commit

Permalink
mackup 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Sep 24, 2014
1 parent be2f2be commit 5e67509
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Formula/mackup.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
require 'formula'
require "formula"

class Mackup < Formula
homepage 'https://github.com/lra/mackup'
url 'https://github.com/lra/mackup/archive/0.7.3.tar.gz'
sha1 'c0d03ebd1232da760358dc01d9760a8ec819f727'
homepage "https://github.com/lra/mackup"
url "https://github.com/lra/mackup/archive/0.7.4.tar.gz"
sha1 "6de195ec94018c0e225f115278a9f8d720ad5c75"

head 'https://github.com/lra/mackup.git'
head "https://github.com/lra/mackup.git"

def install
system 'python', 'setup.py', 'install', "--prefix=#{prefix}"
system "python", "setup.py", "install", "--prefix=#{prefix}",
"--single-version-externally-managed",
"--record=installed.txt"
end

test do
system "#{bin}/mackup", '--help'
system "#{bin}/mackup", "--help"
end
end

0 comments on commit 5e67509

Please sign in to comment.