Skip to content

Commit dbf8dad

Browse files
committed
Migrate fortls and fpm to Homebrew Core
1 parent b29b88c commit dbf8dad

File tree

5 files changed

+6
-177
lines changed

5 files changed

+6
-177
lines changed

.github/workflows/fpm-version-update.yml

-95
This file was deleted.

Formula/fortls.rb

-41
This file was deleted.

Formula/fpm.rb

-37
This file was deleted.

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

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

5-
For example you can install *fpm* by tapping this repository
5+
For example you can install *lfortran* by tapping this repository
66

77
```
8-
`brew tap fortran-lang/homebrew-fortran`
9-
brew install fpm
8+
brew tap fortran-lang/homebrew-fortran
109
brew install lfortran
1110
```
1211

1312
Available packages from this tap are
1413

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

1816

tap_migrations.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"fortls": "homebrew/core",
3+
"fpm": "homebrew/core"
4+
}

0 commit comments

Comments
 (0)