mirror of
https://github.com/fosskers/cargo-aur.git
synced 2026-03-11 00:02:41 -05:00
[PR #5] [MERGED] License Handling #17
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/5
Author: @fosskers
Created: 6/5/2021
Status: ✅ Merged
Merged: 6/7/2021
Merged by: @fosskers
Base:
master← Head:colin/licenses📝 Commits (10+)
64acbe5Add LICENSEe1c9ff6Removeanyhow6c40291Output theconflictsfield6dd2e4cCheck for missing LICENSEffed75dCopyLICENSEfile to tarball if it's thereb8e33deOnly copy theLICENSEif we actually have to0ea8be5Output progress messagesa676669If aLICENSEmust be copied, ensure it's there113a00cInstall the LICENSE file if necessarydeb0768Mention that the PKGBUILD is auto-generated📊 Changes
5 files changed (+226 additions, -72 deletions)
View changed files
📝
CHANGELOG.md(+11 -0)📝
Cargo.toml(+2 -2)➕
LICENSE(+21 -0)➕
src/error.rs(+48 -0)📝
src/main.rs(+144 -70)📄 Description
This PR adds support for
LICENSEdetection and automatic installation in thePKGBUILD.TODO
/usr/share/licenses/common/and install if not present.LICENSEinPKGBUILDif present.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.