Skip to content

Commit 7289ffc

Browse files
authored
docs: add macports / freebsd installation instructions (#2308)
1 parent 61e1af5 commit 7289ffc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

website/docs/installation.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ repository [[package](https://formulae.brew.sh/formula/go-task)]
3636
brew install go-task
3737
```
3838

39+
### [Macports][macports] ![][macos] ![][community] \{#macports}
40+
41+
Task repository is tracked by Macports [[package](https://ports.macports.org/port/go-task/details/)] [[source](https://github.com/macports/macports-ports/blob/master/devel/go-task/Portfile)]:
42+
43+
```shell
44+
port install go-task
45+
```
46+
3947
### [Snap][snapcraft] ![][macos] ![][linux] \{#snap}
4048

4149
Task is available on [Snapcraft][snapcraft] [[source](https://github.com/go-task/snap/blob/main/snap/snapcraft.yaml)], but keep in mind that your Linux
@@ -104,6 +112,14 @@ pacman -S go-task
104112
dnf install go-task
105113
```
106114

115+
### FreeBSD ([Ports][freebsdports]) ![][freebsd] ![][community] \{#freebsd}
116+
117+
[[package](https://cgit.freebsd.org/ports/tree/devel/task)] [[source](https://cgit.freebsd.org/ports/tree/devel/task/Makefile)]
118+
119+
```shell
120+
pkg install task
121+
```
122+
107123
### NixOS ([nix][nix]) ![][nixos] ![][linux] ![][community] \{#nix}
108124

109125
[[source](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/go/go-task/package.nix)]
@@ -304,6 +320,7 @@ task --completion fish > ~/.config/fish/completions/task.fish
304320

305321
{/* prettier-ignore-start */}
306322
[homebrew]: https://brew.sh
323+
[macports]: https://macports.org
307324
[snapcraft]: https://snapcraft.io/task
308325
[winget]: https://github.com/microsoft/winget-cli
309326
[choco]: https://chocolatey.org
@@ -317,6 +334,7 @@ task --completion fish > ~/.config/fish/completions/task.fish
317334
[aqua]: https://aquaproj.github.io
318335
[pacstall]: https://github.com/pacstall/pacstall
319336
[pkgx]: https://pkgx.sh
337+
[freebsdports]: https://ports.freebsd.org/cgi/ports.cgi
320338

321339
[go]: https://golang.org
322340
[godownloader]: https://github.com/goreleaser/godownloader
@@ -332,4 +350,5 @@ task --completion fish > ~/.config/fish/completions/task.fish
332350
[nixos]: https://img.shields.io/badge/NixOS-5277C3?logo=nixos&logoColor=fff
333351
[debian]: https://img.shields.io/badge/Debian-A81D33?logo=debian&logoColor=fff
334352
[ubuntu]: https://img.shields.io/badge/Ubuntu-E95420?logo=ubuntu&logoColor=fff
353+
[freebsd]: https://img.shields.io/badge/FreeBSD-990000?logo=freebsd&logoColor=fff
335354
{/* prettier-ignore-end */}

0 commit comments

Comments
 (0)