Skip to content

Commit

Permalink
Improve readme package table formatting (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Sep 24, 2021
1 parent 3f0b3ec commit 3f175ca
Showing 1 changed file with 74 additions and 18 deletions.
92 changes: 74 additions & 18 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -103,24 +103,80 @@ list:
=== Packages
[options="header"]
|================================================================================================================================================================================================================================================================================================================================================================================================================================
| Operating System | Package Manager | Package | Command
| https://forge.rust-lang.org/release/platform-support.html[Various] | https://www.rust-lang.org[Cargo] | https://crates.io/crates/just[just] | `cargo install just`
| https://en.wikipedia.org/wiki/Microsoft_Windows[Microsoft Windows] | https://scoop.sh[Scoop] | https://github.com/ScoopInstaller/Main/blob/master/bucket/just.json[just] | `scoop install just`
| https://en.wikipedia.org/wiki/MacOS[macOS] | https://brew.sh[Homebrew] | https://formulae.brew.sh/formula/just[just] | `brew install just`
| https://en.wikipedia.org/wiki/MacOS[macOS] | https://www.macports.org[MacPorts] | https://ports.macports.org/port/just/summary[just] | `port install just`
| https://www.archlinux.org[Arch Linux] | https://wiki.archlinux.org/title/Pacman[pacman] | https://archlinux.org/packages/community/x86_64/just/[just] | `pacman -S just`
| https://nixos.org/nixos/[NixOS], https://nixos.org/nix/manual/#ch-supported-platforms[Linux], https://nixos.org/nix/manual/#ch-supported-platforms[macOS] | https://nixos.org/nix/[Nix] | https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/just/default.nix[just] | `nix-env -iA nixos.just`
| https://getsol.us/[Solus] | https://getsol.us/articles/package-management/basics/en[eopkg] | https://dev.getsol.us/source/just/[just] | `eopkg install just`
| https://voidlinux.org[Void Linux] | https://wiki.voidlinux.org/XBPS[XBPS] | https://github.com/void-linux/void-packages/blob/master/srcpkgs/just/template[just] | `xbps-install -S just`
| https://www.freebsd.org/[FreeBSD] | https://www.freebsd.org/doc/handbook/pkgng-intro.html[pkg] | https://www.freshports.org/deskutils/just/[just] | `pkg install just`
| https://alpinelinux.org/[Alpine Linux] | https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management[apk-tools] | https://pkgs.alpinelinux.org/package/edge/community/x86_64/just[just] | `apk add just`
| https://getfedora.org/[Fedora Linux] | https://dnf.readthedocs.io/en/latest/[DNF] | https://src.fedoraproject.org/rpms/rust-just[just] | `dnf install just`
| https://www.gentoo.org/[Gentoo Linux] | https://wiki.gentoo.org/wiki/Portage[Portage] | https://github.com/gentoo-mirror/dm9pZCAq/tree/master/sys-devel/just[dm9pZCAq overlay: sys-devel/just] | `eselect repository enable dm9pZCAq && emerge --sync dm9pZCAq && emerge sys-devel/just`
| https://docs.conda.io/en/latest/miniconda.html#system-requirements[Various] | https://docs.conda.io/projects/conda/en/latest/index.html[Conda] | https://anaconda.org/conda-forge/just[just] | `conda install -c conda-forge just`
|================================================================================================================================================================================================================================================================================================================================================================================================================================
[cols="1,1,1,1", options="header"]
|===
| Operating System
| Package Manager
| Package
| Command
| https://forge.rust-lang.org/release/platform-support.html[Various]
| https://www.rust-lang.org[Cargo]
| https://crates.io/crates/just[just]
| `cargo install just`
| https://en.wikipedia.org/wiki/Microsoft_Windows[Microsoft Windows]
| https://scoop.sh[Scoop]
| https://github.com/ScoopInstaller/Main/blob/master/bucket/just.json[just]
| `scoop install just`
| https://en.wikipedia.org/wiki/MacOS[macOS]
| https://brew.sh[Homebrew]
| https://formulae.brew.sh/formula/just[just]
| `brew install just`
| https://en.wikipedia.org/wiki/MacOS[macOS]
| https://www.macports.org[MacPorts]
| https://ports.macports.org/port/just/summary[just]
| `port install just`
| https://www.archlinux.org[Arch Linux]
| https://wiki.archlinux.org/title/Pacman[pacman]
| https://archlinux.org/packages/community/x86_64/just/[just]
| `pacman -S just`
| https://nixos.org/nixos/[NixOS],
https://nixos.org/nix/manual/#ch-supported-platforms[Linux],
https://nixos.org/nix/manual/#ch-supported-platforms[macOS]
| https://nixos.org/nix/[Nix]
| https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/just/default.nix[just]
| `nix-env -iA nixos.just`
| https://getsol.us/[Solus]
| https://getsol.us/articles/package-management/basics/en[eopkg]
| https://dev.getsol.us/source/just/[just]
| `eopkg install just`
| https://voidlinux.org[Void Linux]
| https://wiki.voidlinux.org/XBPS[XBPS]
| https://github.com/void-linux/void-packages/blob/master/srcpkgs/just/template[just]
| `xbps-install -S just`
| https://www.freebsd.org/[FreeBSD]
| https://www.freebsd.org/doc/handbook/pkgng-intro.html[pkg]
| https://www.freshports.org/deskutils/just/[just]
| `pkg install just`
| https://alpinelinux.org/[Alpine Linux]
| https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management[apk-tools]
| https://pkgs.alpinelinux.org/package/edge/community/x86_64/just[just]
| `apk add just`
| https://getfedora.org/[Fedora Linux]
| https://dnf.readthedocs.io/en/latest/[DNF]
| https://src.fedoraproject.org/rpms/rust-just[just]
| `dnf install just`
| https://www.gentoo.org/[Gentoo Linux]
| https://wiki.gentoo.org/wiki/Portage[Portage]
| https://github.com/gentoo-mirror/dm9pZCAq/tree/master/sys-devel/just[dm9pZCAq overlay: sys-devel/just]
| `eselect repository enable dm9pZCAq && emerge --sync dm9pZCAq && emerge sys-devel/just`
| https://docs.conda.io/en/latest/miniconda.html#system-requirements[Various]
| https://docs.conda.io/projects/conda/en/latest/index.html[Conda]
| https://anaconda.org/conda-forge/just[just]
| `conda install -c conda-forge just`
|===
=== Pre-Built Binaries
Expand Down

0 comments on commit 3f175ca

Please sign in to comment.