mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
flex: fix license
This commit is contained in:
parent
d5a7a6b866
commit
3a5d5ce76b
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@ configure_args="--disable-bootstrap --disable-shared"
|
||||||
hostmakedepends="bison"
|
hostmakedepends="bison"
|
||||||
makedepends="bison"
|
makedepends="bison"
|
||||||
depends="bison libfl-devel-${version}_${revision} m4"
|
depends="bison libfl-devel-${version}_${revision} m4"
|
||||||
short_desc="The Fast Lexical Analyzer"
|
short_desc="Fast Lexical Analyzer"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
homepage="http://flex.sourceforge.net"
|
license="custom:flex"
|
||||||
license="BSD"
|
homepage="https://github.com/westes/flex"
|
||||||
distfiles="https://github.com/westes/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/westes/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995
|
checksum=e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue