mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 02:23:51 +02:00
rix: fix license, other lint
This commit is contained in:
parent
8a2ee909a7
commit
3d1d65c980
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'rix'
|
||||
pkgname=rix
|
||||
version=0.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="bison flex"
|
||||
short_desc="An expressive and efficient language for the C ecosystem"
|
||||
short_desc="Expressive and efficient language for the C ecosystem"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-3"
|
||||
# It's GCC runtime exception but GCC was replaced by Rix
|
||||
license="GPL-3.0-only WITH GCC-exception-3.1"
|
||||
homepage="https://github.com/riolet/rix"
|
||||
distfiles="https://github.com/riolet/rix/archive/v${version}.tar.gz"
|
||||
checksum=8727fee17cbbecec3ca8083fac80db3a2ed234c8128ec8df5cc56293e1dbb09c
|
||||
|
|
Loading…
Add table
Reference in a new issue