17 lines
693 B
Bash
17 lines
693 B
Bash
# Template file for 'leatherman'
|
|
# Note: always revbump cpp-hocon when updating as it links against this static lib
|
|
pkgname=leatherman
|
|
version=1.5.4
|
|
revision=2
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="boost-devel libcurl-devel"
|
|
short_desc="Collection of C++ and CMake utility libraries"
|
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/puppetlabs/leatherman"
|
|
distfiles="https://github.com/puppetlabs/leatherman/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
|
checksum=f4b777de15f89ee0f5db99d065ca96290559e91ceadee39671e0f68318c84f97
|
|
|
|
CXXFLAGS+=" -Wno-ignored-qualifiers -Wno-class-memaccess -Wno-catch-value"
|