Fortran-FOSS-Programmers / ford

Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
408 stars 134 forks source link

Homebrew #53

Closed zbeekman closed 9 years ago

zbeekman commented 9 years ago

Unless you object, @cmacmackin, I’m going to use homebrew-pypi-poet to submit a Formula for FORD to Homebrew. This will then allow us to use it as

depends_on "FORD" => [:recommended, :build]

in our json-fortran.rb formula when we migrate the master branch to FORD documentation and tag the next release.

CC: @jacobwilliams

cmacmackin commented 9 years ago

Sounds good!

On 02/07/15 02:06 PM, Izaak Beekman wrote:

Unless you object I’m going to use homebrew-pypi-poet https://github.com/tdsmith/homebrew-pypi-poet to submit a Formula for FORD to Homebrew. This will then allow us to use it as

depends_on"FORD" => [:recommended,:build]

in our |json-fortran.rb| formula when we migrate the master branch to FORD documentation and tag the next release.

— Reply to this email directly or view it on GitHub https://github.com/cmacmackin/ford/issues/53.

Chris MacMackin Saint Mary's University Curriculum Vitae http://ap.smu.ca/%7Ecmacmack/CV.pdf

zbeekman commented 9 years ago

good, because I actually just submitted a PR over at Homebrew

zbeekman commented 9 years ago

Home-brew has just accepted the FORD formula PR. To install via home-brew:

$ brew update
$ brew info FORD
$ brew install FORD

(Or brew install --HEAD FORD to install directly from the github master branch)

cmacmackin commented 9 years ago

Glad to hear it!