clojure/brew-install

Name: brew-install

Owner: Clojure

Description: null

Created: 2017-07-28 19:41:08.0

Updated: 2018-05-14 00:54:42.0

Pushed: 2018-05-18 19:04:02.0

Homepage: null

Size: 216

Language: Shell

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

brew-install

The brew-install project is used to create a brew formula for installing clojure tools on the Mac. The outputs of this project are a tar file (versioned) and a brew formula (clojure.rb), suitable for updating in the brew central tap.

The tar file contains:

Updating versions

The clojure-tools version is defined by the pom.xml project version. It should be updated only by running script/build/update_version (the build does this automatically).

The Clojure and tools.deps.alpha versions to include in the clojure-tools are defined in the pom.xml as properties and make their way from there into all the other files via several means.

Package script

The script/package.sh script is used to build the tar file and clojure.rb file.

Release Information

These files are not released into Maven central like other libraries. Instead, the tar file is created and published to https://download.clojure.org.

The clojure.rb file is then manually updated in the brew central tap via PR.

References

See the following resources for more information:

Developer Information
License

Copyright © 2017 Rich Hickey, Alex Miller and contributors

Distributed under the Eclipse Public License 1.0, the same as Clojure.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.