ical-buddy: build from source

The official tarballs don't contain any source code, just a prebuilt
i386 binary. We didn't notice since make exits 0 when the requested
targets exist even if there's no makefile.

Fixes mistydemeo/tigerbrew#41.
master
Misty De Meo 2013-05-18 16:58:38 -05:00
parent 52ab571070
commit 4995e0fb97
1 changed files with 5 additions and 2 deletions

View File

@ -1,9 +1,12 @@
require 'formula'
class IcalBuddy < Formula
# NOTE: the official tarball doesn't actually contain any source,
# just a prebuilt i386 binary
homepage 'http://hasseg.org/icalBuddy/'
url 'http://hasseg.org/icalBuddy/1.8.8/icalBuddy-v1.8.8.zip'
sha1 '037a92848464a6814a312fb73e4bcdafcb88331a'
url 'http://hasseg.org/git-public/icalBuddy.git',
:tag => 'v1.8.8'
version '1.8.8'
head 'http://hasseg.org/git-public/icalBuddy.git'