aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-annex.rb
AgeCommit message (Collapse)Author
2014-05-16git-annex: update 5.20140421 bottle.BrewTestBot
2014-05-16git-annex: use unversioned gcc binary name.Mike McQuaid
2014-05-10git-annex: adjust assert for Ruby pre-1.8.7Misty De Meo
Within a block, Ruby pre-1.8.7 gets confused about the parens in this case. Fixes mistydemeo/tigerbrew#194.
2014-05-07git-annex: add 5.20140421 bottle.BrewTestBot
2014-05-07git-annex: 5.20140421Gaëtan Lehmann
installing git-annex with cabal-install is quite long and requires to install some heavy packages. It also has several external lib dependencies and needs a few configuration flags to build so it is quite difficult to install too. This formula should make it easy and quick to install with a bottle. The huge number of haskell dependencies is built within the formula and statically linked to git-annex. The haskell libraries built are discarded - cabal-install should be used instead of this package in order to keep them.