Skip to content

Commit b5a0664

Browse files
added links to pages for each package manager
1 parent 3ddecef commit b5a0664

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

RELEASE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
77
## NodeJS
88

9+
https://www.npmjs.com/package/cfonts
10+
https://yarnpkg.com/package?name=cfonts
11+
912
Just publish via npm:
1013

1114
```sh
@@ -22,6 +25,9 @@ Make sure you tag each release with `vx.x.xrust`.
2225

2326
### Crates.io
2427

28+
https://crates.io/crates/cfonts
29+
https://docs.rs/cfonts/latest/cfonts/index.html
30+
2531
We have to use the flag `--allow-dirty` since we include build artifacts like `fonts/*` and `/LICENSE`
2632

2733
```sh
@@ -30,6 +36,8 @@ We have to use the flag `--allow-dirty` since we include build artifacts like `f
3036

3137
### Homebrew
3238

39+
https://formulae.brew.sh/formula/cfonts
40+
3341
https://docs.brew.sh/Manpage#bump-formula-pr-options-formula
3442

3543
> The cfonts formula has its version update pull requests automatically opened by `BrewTestBot` every ~3 hours!
@@ -48,6 +56,8 @@ Download the `tar.gz` file from the GitHub release tag and run `openssl dgst -sh
4856

4957
### AUR
5058

59+
https://aur.archlinux.org/packages/cfonts
60+
5161
Repo: https://aur.archlinux.org/cfonts.git
5262

5363
Reference: https://wiki.archlinux.org/title/PKGBUILD
@@ -86,10 +96,14 @@ Note: `pkgrel` starts with `1`
8696

8797
### Fedora
8898

99+
https://packages.fedoraproject.org/pkgs/rust-cfonts/cfonts/
100+
89101
New versions are added automatically.
90102

91103
### Macports
92104

105+
https://ports.macports.org/port/cfonts/
106+
93107
Fork https://github.com/macports/macports-ports.
94108
Reference PR: https://github.com/macports/macports-ports/pull/15303 and https://github.com/macports/macports-ports/pull/15130
95109

0 commit comments

Comments
 (0)