mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-03-08 23:03:13 -05:00
-
released this
2024-03-07 05:43:06 -06:00 | 8 commits to master since this release📅 Originally published on GitHub: Thu, 07 Mar 2024 11:45:42 GMT
🏷️ Git tag created: Thu, 07 Mar 2024 11:43:06 GMTAdded
- The
--outputflag for customizing the location of the output produced by
cargo aur. If unused, the default remainstarget/cargo-aur/. - A new
filesfield in[package.metadata.aur], which accepts a list-of-pairs
of additional files you want copied to the user's filesystem upon package
installation. Output looks like:
package() { install -Dm755 cargo-aur -t "$pkgdir/usr/bin" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 "/path/to/original/foo.txt" "$pkgdir/path/to/target/foo.txt" }Fixed
- Supply the
urlfrom backup sources ifhomepageis not specified in theCargo.toml.
Downloads
- The