Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "license" field in package description file #15

Open
qjcg opened this issue Feb 23, 2018 · 1 comment
Open

Support "license" field in package description file #15

qjcg opened this issue Feb 23, 2018 · 1 comment

Comments

@qjcg
Copy link

qjcg commented Feb 23, 2018

A "license" field should be supported in package description files.

Currently, using a package description containing the following

[package]
name = "foo"
version = "1.0"
license = "MIT"

results in output similar to the following after an RPM is installed:

$ rpm -qi mypackage
Name        : mypackage
Version     : 1.0
License     : None
@majewsky
Copy link
Contributor

Sounds good to me. If you want to make a PR, feel free.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants