Search Criteria
Package Details: brush 0.2.17-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/brush.git (read-only, click to copy) |
---|---|
Package Base: | brush |
Description: | Bash/POSIX-compatible shell implemented in Rust |
Upstream URL: | https://github.com/reubeno/brush |
Keywords: | bash posix rust shell |
Licenses: | MIT |
Submitter: | orhun |
Maintainer: | orhun |
Last Packager: | orhun |
Votes: | 1 |
Popularity: | 0.92 |
First Submitted: | 2025-04-20 15:39 (UTC) |
Last Updated: | 2025-04-25 08:28 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
Latest Comments
kseistrup commented on 2025-05-07 09:14 (UTC)
Thanks for packaging brush.
How about adding
/usr/bin/brush
to/etc/shells
so that people can switch to brush as their daily driver, should they wish to.This would mean addind the file
brush.install
to this repo. Something along the lines of:and adding the following line to the
PKGBUILD
file, e.g. right under the line withsha256sums
:Cheers.