pkgname: double-conversion pkgver: '3.4.0' pkgrel: '1' pkgdesc: Binary-decimal and decimal-binary routines for IEEE doubles url: 'https://github.com/google/double-conversion' arch: x86_64 depends: [] makedepends: - cmake source: - 'https://github.com/google/double-conversion/archive/v${pkgver}.tar.gz' sha256sums: - 42fd4d980ea86426e457b24bdfa835a6f5ad9517ddb01cdb42b99ab9c8dd5dc9 build: | mkdir build cd build cmake ../${pkgname}-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \ -DBUILD_SHARED_LIBS=ON make make DESTDIR=${PKGDIR} install package: | true