14 lines
534 B
Bash
14 lines
534 B
Bash
# Template file for 'leatherman'
|
|
pkgname=leatherman
|
|
version=0.9.1
|
|
revision=1
|
|
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=dc436230edd65f5244a72d290c598a3889787c917c4aa1a10f4559149408de81
|