| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
|
|
This allows both "--HEAD" and "-H" to be used consistently, which was the
intention in the first place.
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Downgraded stable version to 1.8.x
* Added head version 1.9.11
* so fix is needed for 1.8 and 1.9
|
|
|
|
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
|
|
The pkg-config stuff should not be necessary as our pkg-config includes our path already.
|
|
Guile is a library designed to help programmers create flexible applications. Using Guile
in an application allows programmers to write plug-ins, or modules (there are many names,
but the concept is essentially the same) and users to use them to have an application fit
their needs.
|