Search Criteria
Package Details: hexyl-git 0.6.0.108-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | m3thodic |
Maintainer: | m3thodic |
Last Packager: | m3thodic |
Votes: | 2 |
Popularity: | 0.000216 |
First Submitted: | 2019-01-12 13:00 |
Last Updated: | 2020-02-22 21:56 |
Dependencies (5)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust-wasm, rust, rustup)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup)
- cargo (cargo-standalone-git, cargo-nightly-bin, cargo-git, rust-bin, rustup-git, rust-nightly-bin, rust-wasm, rust, rustup) (make)
- rust (rust-i586-git, rust-git, rust-mrustc, rust-bin, rustup-git, rust-nightly, rust-nightly-bin, rust-wasm, rustup) (make)
- rust-src (rust-src-git) (optional) – rust std source code
Latest Comments
m3thodic commented on 2019-02-10 04:07
@Jonhoo thanks, added to the PKGBUILD!
Jonhoo commented on 2019-01-15 13:50
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_DIR
set. Should be fixed by adding aCARGO_TARGET_DIR=
to theenv
invocation beforecargo build