cdecl: fix license

This commit is contained in:
Colin Booth 2021-03-25 23:56:07 -07:00 committed by Érico Nogueira Rolim
parent bae73bcdd0
commit 89ec0ba583

View file

@ -1,7 +1,7 @@
# Template file for 'cdecl' # Template file for 'cdecl'
pkgname=cdecl pkgname=cdecl
version=2.5 version=2.5
revision=5 revision=6
wrksrc="${pkgname}-blocks-${version}" wrksrc="${pkgname}-blocks-${version}"
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="-e" make_build_args="-e"
@ -9,8 +9,8 @@ hostmakedepends="flex"
makedepends="readline-devel" makedepends="readline-devel"
short_desc="Compose C and C++ type declarations" short_desc="Compose C and C++ type declarations"
maintainer="beefcurtains <beefcurtains@voidlinux.org>" maintainer="beefcurtains <beefcurtains@voidlinux.org>"
license="GPL-3" license="Public Domain"
homepage="http://${pkgname}.org/" homepage="http://cdecl.org/"
distfiles="${homepage}files/${wrksrc}.tar.gz" distfiles="${homepage}files/${wrksrc}.tar.gz"
checksum=9ee6402be7e4f5bb5e6ee60c6b9ea3862935bf070e6cecd0ab0842305406f3ac checksum=9ee6402be7e4f5bb5e6ee60c6b9ea3862935bf070e6cecd0ab0842305406f3ac
CFLAGS="-DUSE_READLINE" CFLAGS="-DUSE_READLINE"