aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/glide.rb
AgeCommit message (Collapse)Author
2014-10-06glide: update 0.2.0 bottle.BrewTestBot
Closes #32958. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-06glide 0.2.0Alan LaMielle
2014-09-30glide: add 0.1.0 bottle.BrewTestBot
Closes #32824. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-09-30glide 0.1.0 (new formula)Alan LaMielle
Adds the Glide Go workspace manager. A previous pull request (https://github.com/Homebrew/homebrew/pull/32812) attempted to add this (by @intabulas). However, that formula used a prebuilt Glide formula. I have reworked this formula to build Glide from Go sources instead. This formula was based on the NSQ formula, which also builds binaries based on Go sources (see the nsq.rb formula). Uses "#{bin}" rather than "#{prefix}/bin" per audit output Uses the simpler "bin.install" for installing the glide binary Uses separate arguments to 'system' per pull request feedback