Search Criteria
Package Details: hexyl-git 0.13.0.r5.g2a53448-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/hexyl-git.git (read-only, click to copy) |
|---|---|
| Package Base: | hexyl-git |
| Description: | A command-line hex viewer |
| Upstream URL: | https://github.com/sharkdp/hexyl |
| Licenses: | MIT, Apache |
| Conflicts: | hexyl |
| Provides: | hexyl |
| Submitter: | m3thodic |
| Maintainer: | m3thodic |
| Last Packager: | m3thodic |
| Votes: | 2 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-01-12 13:00 (UTC) |
| Last Updated: | 2023-05-27 04:10 (UTC) |
Dependencies (5)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup)
- rust (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rustup)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- rust (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rustup) (make)
- rust-src (rust-src-gitAUR, rustup-gitAUR, rustup) (optional) – rust std source code
Required by (1)
- fish-fifc (requires hexyl) (optional)
Latest Comments
mark commented on 2021-10-07 04:54 (UTC)
@m3thodic now it doesn't work if the user doesn't have the
CARGO_TARGET_DIRdefined.In the
build()method it throws an error:But even after removing that from the build invocation, it fails at the
package()step because it is now missing thetarget/directory from this line:m3thodic commented on 2019-02-10 04:07 (UTC)
@Jonhoo thanks, added to the PKGBUILD!
jonhoo commented on 2019-01-15 13:50 (UTC)
I think the PKGBUILD assumes that build files end up in
target/in the current directory, but that's not true if the user hasCARGO_TARGET_DIRset. Should be fixed by adding aCARGO_TARGET_DIR=to theenvinvocation beforecargo build