18 lines
524 B
Bash
18 lines
524 B
Bash
# Template file for 'double-conversion'
|
|
pkgname=double-conversion
|
|
version=2.0.1
|
|
revision=1
|
|
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=ca9ec6974eaaa29827b916c90666fba3b0b6641030fe2ab34a81e280187acdef
|
|
|
|
post_install(){
|
|
vlicense LICENSE
|
|
}
|
|
|