aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLaurent Raufaste2014-02-01 00:39:35 -0500
committerMike McQuaid2014-02-02 09:30:05 +0000
commit3b3460e7da94af4f66c30de40a0fcdca5a10f747 (patch)
tree53251481fa4430619aa0ab9f42c499c260cd7b25 /Library
parentc3d4cf8af0acc749eb170fa25aa306c7d9fa43c7 (diff)
downloadhomebrew-3b3460e7da94af4f66c30de40a0fcdca5a10f747.tar.bz2
mackup 0.6
Closes #26324. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mackup.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/mackup.rb b/Library/Formula/mackup.rb
index 54ce6e360..112343e19 100644
--- a/Library/Formula/mackup.rb
+++ b/Library/Formula/mackup.rb
@@ -2,17 +2,15 @@ require 'formula'
class Mackup < Formula
homepage 'https://github.com/lra/mackup'
- url 'https://github.com/lra/mackup/archive/0.5.9.tar.gz'
- sha1 '69d13c27b3a2794ddecb415333e783ca45aff055'
+ url 'https://github.com/lra/mackup/archive/0.6.tar.gz'
+ sha1 '29526abfc45dfc04e865e06485aac886306b377f'
head 'https://github.com/lra/mackup.git'
depends_on :python
def install
- bin.install 'bin/mackup'
- (prefix+'mackup').install 'mackup/__init__.py', 'mackup/main.py'
- share.install '.mackup.cfg' => 'mackup.cfg.example'
+ system 'python', 'setup.py', 'install', "--prefix=#{prefix}"
end
def test