mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
double-conversion: update to 3.2.1.
This commit is contained in:
parent
c83271341e
commit
d1f607543b
1 changed files with 8 additions and 4 deletions
|
@ -1,16 +1,20 @@
|
||||||
# Template file for 'double-conversion'
|
# Template file for 'double-conversion'
|
||||||
pkgname=double-conversion
|
pkgname=double-conversion
|
||||||
version=3.1.5
|
version=3.2.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON"
|
configure_args="-DBUILD_SHARED_LIBS=ON"
|
||||||
short_desc="Efficient binary-decimal and decimal-binary routines for IEEE doubles"
|
short_desc="Efficient binary-decimal and decimal-binary routines for IEEE doubles"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/google/double-conversion"
|
homepage="https://github.com/google/double-conversion"
|
||||||
changelog="https://raw.githubusercontent.com/google/double-conversion/master/Changelog"
|
changelog="https://github.com/google/double-conversion/releases"
|
||||||
distfiles="https://github.com/google/double-conversion/archive/v${version}.tar.gz"
|
distfiles="https://github.com/google/double-conversion/archive/v${version}.tar.gz"
|
||||||
checksum=a63ecb93182134ba4293fd5f22d6e08ca417caafa244afaa751cbfddf6415b13
|
checksum=e40d236343cad807e83d192265f139481c51fc83a1c49e406ac6ce0a0ba7cd35
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -DBUILD_TESTING=ON"
|
||||||
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue