mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
cdecl: fix license
This commit is contained in:
parent
bae73bcdd0
commit
89ec0ba583
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue