Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate fortls and fpm to Homebrew Core #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 0 additions & 95 deletions .github/workflows/fpm-version-update.yml

This file was deleted.

41 changes: 0 additions & 41 deletions Formula/fortls.rb

This file was deleted.

37 changes: 0 additions & 37 deletions Formula/fpm.rb

This file was deleted.

8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,15 @@

This repository provides package build instructions for tools and libraries around Fortran compatible with the [Homebrew toolchain](https://brew.sh).

For example you can install *fpm* by tapping this repository
For example you can install *lfortran* by tapping this repository

```
`brew tap fortran-lang/homebrew-fortran`
brew install fpm
```sh
brew tap fortran-lang/homebrew-fortran
brew install lfortran
```

Available packages from this tap are

- [`fpm`](https://fpm.fortran-lang.org): Fortran package manager
- [`lfortran`](https://lfortran.org): Modern interactive LLVM-based Fortran compiler


Expand Down
4 changes: 4 additions & 0 deletions tap_migrations.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"fortls": "homebrew/core",
"fpm": "homebrew/core"
}
Loading