cargo cinstall don't install ResvgQt.h
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 348
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 3
Description
Hi, I'm maintaining `resvg-git` pkgbuild on AUR
https://aur.archlinux.org/packages/resvg-git
https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=resvg-git
The command `cargo cinstall --frozen --release -p resvg-capi --destdir="${pkgdir}" --prefix=/usr` don't install `ResvgQt.h` at all; is this expected behavior? Can be improved?
I'm installing it with ` install -Dm644 -t "$pkgdir/usr/include/resvg" crates/c-api/*.h`
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Run the reported cargo cinstall command for the resvg-capi package and inspect the installed headers corresponding to crates/c-api/*.h, especially ResvgQt.h. Done means determining whether the header should be installed and either ensuring it is included or clearly establishing the expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 58/100