Plowshare: use snapshot tarball

master
Adam Vandenberg 2012-02-26 08:24:25 -08:00
parent a4aaf37c3c
commit 0a64b95492
1 changed files with 11 additions and 7 deletions

View File

@ -1,8 +1,12 @@
require 'formula'
class Plowshare < Formula
head 'https://code.google.com/p/plowshare/', :using => :git
homepage 'http://code.google.com/p/plowshare/'
url 'http://plowshare.googlecode.com/files/plowshare-snapshot-git20120225.tar.gz'
version '20120225'
sha1 'f47806261e620a9c1c6e5c9323f3471aabbe058b'
head 'https://code.google.com/p/plowshare/', :using => :git
depends_on 'recode'
depends_on 'imagemagick'
@ -24,12 +28,12 @@ class Plowshare < Formula
end
#This patch makes sure GNUtools are used on OSX.
#gnu-getopt is keg-only hence the backtick expansion.
#These aliases only exist for the duration of plowshare,
#inside the plowshare shells. Normal operation of bash is
#unaffected - getopt will still find the version supplied
#by OSX in other shells, for example.
# This patch makes sure GNUtools are used on OSX.
# gnu-getopt is keg-only hence the backtick expansion.
# These aliases only exist for the duration of plowshare,
# inside the plowshare shells. Normal operation of bash is
# unaffected - getopt will still find the version supplied
# by OSX in other shells, for example.
__END__
--- a/src/core.sh
+++ b/src/core.sh