Search Criteria
Package Details: unzrip-git 0.1.0.27.g1a4f74d-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/unzrip-git.git (read-only, click to copy) |
---|---|
Package Base: | unzrip-git |
Description: | Rust unzip, support for parallel decompression, automatic detection encoding |
Upstream URL: | https://github.com/quininer/unzrip |
Licenses: | MIT |
Conflicts: | unzrip |
Provides: | unzrip |
Submitter: | quininer |
Maintainer: | quininer |
Last Packager: | quininer |
Votes: | 1 |
Popularity: | 0.000002 |
First Submitted: | 2023-03-12 12:36 (UTC) |
Last Updated: | 2023-03-12 14:31 (UTC) |
Dependencies (3)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
Rustmilian commented on 2023-03-12 14:40 (UTC) (edited on 2023-03-12 14:45 (UTC) by Rustmilian)
@quininer for the
.gitignore
file I suggestIt'll ignore everything but those files listed after
!/
This way the source files that get built and the output are untracked but the build files are tracked.
quininer commented on 2023-03-12 14:29 (UTC)
@Rustmilian thank you! I modified it from a PKGBUILD that need cargo and forgot to check the dependency.
Rustmilian commented on 2023-03-12 14:08 (UTC) (edited on 2023-03-12 14:10 (UTC) by Rustmilian)
@quininer You sure
cargo
is a runtime dependence and not just a build dependence?You're going to want to remove it from line 8 if it's not, which I'm certain is the case.
You're also going to want to add a
.gitignore
file.