Search Criteria
Package Details: dnglab 0.6.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dnglab.git (read-only, click to copy) |
---|---|
Package Base: | dnglab |
Description: | Camera RAW to DNG file format converter |
Upstream URL: | https://github.com/dnglab/dnglab |
Licenses: | LGPL-2.1-only |
Submitter: | supermario |
Maintainer: | supermario |
Last Packager: | supermario |
Votes: | 1 |
Popularity: | 0.90 |
First Submitted: | 2024-06-14 14:58 (UTC) |
Last Updated: | 2024-11-15 10:13 (UTC) |
Dependencies (2)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
Latest Comments
HurricanePootis commented on 2024-11-18 03:27 (UTC)
Hello, this package could do with the following changes to be in line with the Rust packaging guidelines
prepare()
function to fetch cargo crates--locked
to--frozen
inbuild()
since the crates were already fetchedexport RUSTUP_TOOLCHAIN=stable
for users who use rustup.glibc
todepends()