Search Criteria
Package Details: brush 0.2.18-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.67 |
First Submitted: | 2025-04-20 15:39 (UTC) |
Last Updated: | 2025-05-23 13:18 (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
orhun commented on 2025-05-16 17:44 (UTC)
Sure, that's be nice.
Unfortunately as of now I cannot build this package due to https://github.com/rust-onig/rust-onig/issues/196 though :/
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.