mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-03-10 15:52:14 -05:00
[PR #24] [MERGED] Copying additional files #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosskers/cargo-aur/pull/24
Author: @fosskers
Created: 3/5/2024
Status: ✅ Merged
Merged: 3/7/2024
Merged by: @fosskers
Base:
master← Head:colin/custom-paths📝 Commits (4)
fc23ad8feat: supportfilesfield in package metadatad08e994feat: actually copy the designated files into the tarball5df4403docs: show examples offiles4bebc62feat: prepend$pkgdirto avoid user hassle📊 Changes
6 files changed (+85 additions, -3 deletions)
View changed files
📝
CHANGELOG.md(+11 -0)📝
Cargo.toml(+4 -0)📝
README.md(+20 -0)📝
src/error.rs(+5 -1)📝
src/lib.rs(+14 -0)📝
src/main.rs(+31 -2)📄 Description
This PR enables the specification of a
fileslist to designated extra files to be copied to the user's filesystem upon package installation.Implements #19
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.