mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
re2: rebuild for gcc stdc++ dropping gcc4 compat
This commit is contained in:
parent
fafa6e53ad
commit
eb9ccda7f2
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 're2'.
|
# Template file for 're2'
|
||||||
pkgname=re2
|
pkgname=re2
|
||||||
reverts=20140304_1
|
reverts=20140304_1
|
||||||
version=2018.03.01
|
version=2018.03.01
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-${version//./-}"
|
wrksrc="${pkgname}-${version//./-}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="prefix=/usr"
|
make_install_args="prefix=/usr"
|
||||||
short_desc="An efficient, principled regular expression library"
|
short_desc="An efficient, principled regular expression library"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
license="3-clause-BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/google/re2"
|
homepage="https://github.com/google/re2"
|
||||||
distfiles="${homepage}/archive/${version//./-}.tar.gz"
|
distfiles="${homepage}/archive/${version//./-}.tar.gz"
|
||||||
checksum=51dc7ee9d1a68ee0209672ac4bdff56766c56606dfcdd57aed022015c4784178
|
checksum=51dc7ee9d1a68ee0209672ac4bdff56766c56606dfcdd57aed022015c4784178
|
||||||
|
|
Loading…
Add table
Reference in a new issue