14 lines
618 B
Bash
14 lines
618 B
Bash
# Template file for 'leatherman'
|
|
# Note: always revbump cpp-hocon when updating as it links against this static lib
|
|
pkgname=leatherman
|
|
version=0.10.2
|
|
revision=1
|
|
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=eca6cf88a233bb6c21be2b2d3954763e523d7aa1a5363ac6f0a6f29e6f630167
|