[PR #24] [MERGED] Copying additional files #29

Closed
opened 2026-03-01 09:11:37 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: masterHead: colin/custom-paths


📝 Commits (4)

  • fc23ad8 feat: support files field in package metadata
  • d08e994 feat: actually copy the designated files into the tarball
  • 5df4403 docs: show examples of files
  • 4bebc62 feat: prepend $pkgdir to 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 files list 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.

## 📋 Pull Request Information **Original PR:** https://github.com/fosskers/cargo-aur/pull/24 **Author:** [@fosskers](https://github.com/fosskers) **Created:** 3/5/2024 **Status:** ✅ Merged **Merged:** 3/7/2024 **Merged by:** [@fosskers](https://github.com/fosskers) **Base:** `master` ← **Head:** `colin/custom-paths` --- ### 📝 Commits (4) - [`fc23ad8`](https://github.com/fosskers/cargo-aur/commit/fc23ad83fe73f2fcf8485fc48b6a8e7f8ec2fdb6) feat: support `files` field in package metadata - [`d08e994`](https://github.com/fosskers/cargo-aur/commit/d08e994b528ee149996a3ada575626b57212cf43) feat: actually copy the designated files into the tarball - [`5df4403`](https://github.com/fosskers/cargo-aur/commit/5df440310efae640a0d60c4f833adc922444c255) docs: show examples of `files` - [`4bebc62`](https://github.com/fosskers/cargo-aur/commit/4bebc6233135b604ccb9cb009290e33e14874a47) feat: prepend `$pkgdir` to avoid user hassle ### 📊 Changes **6 files changed** (+85 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description This PR enables the specification of a `files` list to designated extra files to be copied to the user's filesystem upon package installation. Implements #19 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-01 09:11:37 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/cargo-aur#29