-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'refs/remotes/origin/development'
- Loading branch information
Showing
421 changed files
with
7,216 additions
and
9,489 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,40 @@ | ||
require "formula" | ||
|
||
class Commandbox@be@ < Formula | ||
# Version update PR to Homebrew requires only the information below: | ||
class Commandbox < Formula | ||
desc "CFML embedded server, package manager, and app scaffolding tools" | ||
homepage "http://www.ortussolutions.com/products/commandbox" | ||
url "@repoURL@/ortussolutions/commandbox/@version@/commandbox-bin-@[email protected]" | ||
sha1 "@sha1@" | ||
version "@version@" | ||
|
||
sha256 "@sha256@" | ||
|
||
depends_on :arch => :x86_64 | ||
depends_on :java => "1.7+" | ||
|
||
resource 'apidocs' do | ||
resource "apidocs" do | ||
url "@repoURL@/ortussolutions/commandbox/@version@/commandbox-apidocs-@[email protected]" | ||
sha1 "@apidocs.sha1@" | ||
sha256 "@apidocs.sha256@" | ||
end | ||
|
||
def install | ||
bin.install 'box' | ||
doc.install resource( "apidocs" ) | ||
bin.install "box" | ||
doc.install resource("apidocs") | ||
end | ||
|
||
def caveats | ||
"You will need at least Java JDK 1.7+ to run CommandBox" | ||
end | ||
def caveats; <<-EOS.undent | ||
CommandBox is licensed as open source software under the GNU Lesser General Public License v3 | ||
License information at: | ||
http://www.gnu.org/licenses/lgpl-3.0.en.html | ||
For full CommandBox documentation visit: | ||
https://ortus.gitbooks.io/commandbox-documentation/ | ||
Source Code: | ||
https://github.com/Ortus-Solutions/commandbox | ||
EOS | ||
end | ||
|
||
test do | ||
system "box", "install" | ||
system "box", "--version" | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.