re2: update to 2023.03.01.
This commit is contained in:
parent
874937fbdd
commit
75d854da7e
2 changed files with 6 additions and 6 deletions
|
@ -1335,7 +1335,7 @@ librumpdev_audio.so.0 netbsd-rumpkernel-20140526_3
|
||||||
librumpclient.so.0 netbsd-rumpkernel-20140526_3
|
librumpclient.so.0 netbsd-rumpkernel-20140526_3
|
||||||
libdotconf.so.0 dotconf-1.3_1
|
libdotconf.so.0 dotconf-1.3_1
|
||||||
libspeechd.so.2 speech-dispatcher-0.8_1
|
libspeechd.so.2 speech-dispatcher-0.8_1
|
||||||
libre2.so.7 re2-2020.06.01_1
|
libre2.so.10 re2-2023.03.01_1
|
||||||
libminizip.so.1 minizip-1.2.7_1
|
libminizip.so.1 minizip-1.2.7_1
|
||||||
libsrtp2.so.1 libsrtp-2.1.0_1
|
libsrtp2.so.1 libsrtp-2.1.0_1
|
||||||
libjsoncpp.so.24 jsoncpp-1.9.4_1
|
libjsoncpp.so.24 jsoncpp-1.9.4_1
|
||||||
|
|
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 're2'
|
# Template file for 're2'
|
||||||
pkgname=re2
|
pkgname=re2
|
||||||
version=2020.06.01
|
version=2023.03.01
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Efficient, principled regular expression library"
|
short_desc="Efficient, principled regular expression library"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/google/re2"
|
homepage="https://github.com/google/re2"
|
||||||
distfiles="${homepage}/archive/${version//./-}.tar.gz"
|
distfiles="https://github.com/google/re2/archive/${version//./-}.tar.gz"
|
||||||
checksum=fb8e0f4ed7a212e3420507f27933ef5a8c01aec70e5148c6a35313573269fae6
|
checksum=7a9a4824958586980926a300b4717202485c4b4115ac031822e29aa4ef207e48
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
@ -19,8 +19,8 @@ re2-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove "usr/lib/*.a"
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue