mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-03-09 07:13:12 -05:00
[PR #20] [CLOSED] Big Changes #26
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/20
Author: @SergioRibera
Created: 10/23/2023
Status: ❌ Closed
Base:
master← Head:dev📝 Commits (10+)
51571d1feat: add sufix support5ca18defeat: support multiple licensecf8aec6merge sufix into dev0aeb84emerge new sufix into dev3fb913afix: filter license files249eed1Merge branch 'licenses' into dev0fd5876fix: version generated395d448Merge branch 'release_name' into dev13d4c10merge: master updates61ac582feat: move args to module and replace gumdrop by clap📊 Changes
8 files changed (+552 additions, -380 deletions)
View changed files
📝
Cargo.toml(+6 -1)📝
README.md(+47 -3)➕
src/args.rs(+66 -0)➕
src/dist.rs(+104 -0)📝
src/error.rs(+28 -1)📝
src/main.rs(+31 -375)➕
src/metadata.rs(+193 -0)➕
src/pkgbuild.rs(+77 -0)📄 Description
Hi, I've been using and following the project for a while now, I think it's great and I really appreciate the existence of this project.
As a developer I have been wanting to contribute to certain things that I would like to have in the official version, here is a list of the things I am including with this pr
Features:
Fixes:
Things I plan to add in another PR:
logcrate withenv_loggerfor trace errors or debugcargo aur -hcargo aur -o out generate ./target/cargo-aur/cargo-aur-1.6.0-x86_64.tar.gzcargo aur -o out build🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.