18 lines
524 B
Bash
18 lines
524 B
Bash
# Template file for 'double-conversion'
|
|
pkgname=double-conversion
|
|
version=1.1.5
|
|
revision=2
|
|
build_style=scons
|
|
hostmakedepends="scons"
|
|
short_desc="Provides binary-decimal and decimal-binary routines for IEEE doubles"
|
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|
license="v8"
|
|
homepage="https://github.com/google/double-conversion"
|
|
distfiles="https://github.com/google/double-conversion/archive/v${version}.tar.gz"
|
|
checksum=03b976675171923a726d100f21a9b85c1c33e06578568fbc92b13be96147d932
|
|
|
|
post_install(){
|
|
vlicense LICENSE
|
|
}
|
|
|