void-packages/srcpkgs/double-conversion/template

18 lines
524 B
Bash
Raw Normal View History

2015-08-31 04:40:07 +02:00
# Template file for 'double-conversion'
pkgname=double-conversion
version=1.1.5
revision=2
build_style=scons
hostmakedepends="scons"
2015-08-31 04:40:07 +02:00
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(){
2015-08-31 04:40:07 +02:00
vlicense LICENSE
}