Search Criteria
Package Details: dust-git 0.6.2.r8.gca0a93f-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dust-git.git (read-only, click to copy) |
---|---|
Package Base: | dust-git |
Description: | A more intuitive version of du in rust |
Upstream URL: | https://github.com/bootandy/dust |
Keywords: | du rust |
Licenses: | Apache |
Conflicts: | dust |
Provides: | dust |
Submitter: | wcasanova |
Maintainer: | wcasanova (alerque) |
Last Packager: | alerque |
Votes: | 4 |
Popularity: | 0.000039 |
First Submitted: | 2019-12-09 01:36 (UTC) |
Last Updated: | 2024-03-26 09:14 (UTC) |
Dependencies (2)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
wcasanova commented on 2021-08-06 13:27 (UTC)
hi @alerque, thanks for the suggestions, there I add you as a co-maintainer.
alerque commented on 2021-08-06 10:15 (UTC)
The way this PKGBUILD is currently setup the final installed binary is not the one built in
build()
, it is the one made incheck()
that is compiled using the bench profile. This issue and how to fix it is documented in Rust package guidelines, along with some other improvements this could use.Also the version scheme needs a tweak, it is missing the
r
used to identify the 4th segment as a commit counter.I'm one of the packages for the stable version of this in [community], if you'd like me to help fix this up please feel free to add me as a co-maintainer.