sharkdp / hyperfine

A command-line benchmarking tool
Apache License 2.0
22.03k stars 358 forks source link

Add Pacstall installation method for Ubuntu #400

Closed wizard-28 closed 3 years ago

wizard-28 commented 3 years ago

Pacstall is a community-driven AUR-like package manager for Ubuntu. I am the maintainer of the hyperfine-bin pacscript in this repository.

It can be installed on Ubuntu by running this command (After Pacstall is installed)

sudo pacstall -I hyperfine-bin

It can also be upgraded

sudo pacstall -Up

and removed when requested.

sudo pacstall -R hyperfine-bin

This downloads the latest release hyperfine-v1.11.0-x86_64-unknown-linux-musl.tar.gz and installs every file in the right directory (man page, auto completions, binary, license and the README) automatically.

So, can you add this installation method in the README.md for Ubuntu?

PS: I am working to add hyperfine (compiles from the latest release source code) and hyperfine-git (clones and compiles the git repo) in the future

sharkdp commented 3 years ago

Thank you! Sounds good to add it to the README. A PR would be appreciated.

sharkdp commented 3 years ago

Closing for now, see comment in #401.