13 lines
534 B
Bash
13 lines
534 B
Bash
# Template file for 'leatherman'
|
|
pkgname=leatherman
|
|
version=0.9.2
|
|
revision=2
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="boost-devel libcurl-devel"
|
|
short_desc="Collection of C++ and CMake utility libraries"
|
|
maintainer="Juergen Buchmueller <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=21e2e6e26456f6ce4b3d0b998e65413c821ed40307001a5b5e7596e176c7b524
|