mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
libre2.10: fix provides
This commit is contained in:
parent
d24bc75a77
commit
ab7b99b1f8
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
# packaged to avoid rebuild electron and qt5-webengine
|
# packaged to avoid rebuild electron and qt5-webengine
|
||||||
pkgname=libre2.10
|
pkgname=libre2.10
|
||||||
version=2023.03.01
|
version=2023.03.01
|
||||||
revision=1
|
revision=2
|
||||||
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>"
|
||||||
|
@ -11,7 +11,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/google/re2"
|
homepage="https://github.com/google/re2"
|
||||||
distfiles="https://github.com/google/re2/archive/${version//./-}.tar.gz"
|
distfiles="https://github.com/google/re2/archive/${version//./-}.tar.gz"
|
||||||
checksum=7a9a4824958586980926a300b4717202485c4b4115ac031822e29aa4ef207e48
|
checksum=7a9a4824958586980926a300b4717202485c4b4115ac031822e29aa4ef207e48
|
||||||
provides="re2-${version}"
|
provides="re2-${version}_${revision}"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue