Lucene++: fix license, short_desc
This commit is contained in:
parent
961afc8657
commit
aa72b3bd37
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'Lucene++'
|
# Template file for 'Lucene++'
|
||||||
pkgname=Lucene++
|
pkgname=Lucene++
|
||||||
version=3.0.7
|
version=3.0.7
|
||||||
revision=10
|
revision=11
|
||||||
wrksrc=LucenePlusPlus-rel_$version
|
wrksrc=LucenePlusPlus-rel_$version
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-Wno-dev"
|
configure_args="-Wno-dev"
|
||||||
makedepends="boost-devel gtest-devel"
|
makedepends="boost-devel gtest-devel"
|
||||||
short_desc="A C++ port of the popular text search engine"
|
short_desc="C++ port of the popular text search engine"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3"
|
license="LGPL-3.0-or-later, Apache-2.0"
|
||||||
homepage="https://github.com/luceneplusplus/LucenePlusPlus"
|
homepage="https://github.com/luceneplusplus/LucenePlusPlus"
|
||||||
distfiles="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${version}.tar.gz"
|
distfiles="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${version}.tar.gz"
|
||||||
checksum=6c19f203311e4b44a0ccf7b1127db77436eb47159ea1c54f7531a0b1ca585e0c
|
checksum=6c19f203311e4b44a0ccf7b1127db77436eb47159ea1c54f7531a0b1ca585e0c
|
||||||
|
|
Loading…
Reference in a new issue