Search Criteria
Package Details: vfstool-git 0.1.8.r2.gaec2622-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vfstool-git.git (read-only, click to copy) |
---|---|
Package Base: | vfstool-git |
Description: | Application for OpenMW modlists designed to allow introspecting into and creating virtual filesystems, even for other games. |
Upstream URL: | https://github.com/magicaldave/vfstool |
Licenses: | GPL |
Provides: | vfstool |
Submitter: | S3ctor |
Maintainer: | S3ctor |
Last Packager: | S3ctor |
Votes: | 1 |
Popularity: | 0.115556 |
First Submitted: | 2025-04-25 04:32 (UTC) |
Last Updated: | 2025-06-17 16:46 (UTC) |
Dependencies (2)
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
Engdyn commented on 2025-07-10 15:58 (UTC)
The build fails in a clean chroot with a linker error.
Adding
export RUSTFLAGS+=" -C link-arg=-llz4
into build() resolves the issue.Also the license is wrong. You are using MIT not GPL in your upstream git repo. The pkg should also install the license of the upstream repo.
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"