void-packages/srcpkgs/llvm-libunwind/template

33 lines
839 B
Bash

# Template file for 'llvm-libunwind'
pkgname=llvm-libunwind
version=6.0.0
revision=1
build_style=cmake
wrksrc="libunwind-${version}.src"
hostmakedepends="llvm"
makedepends="llvm"
make_build_args="VERBOSE=1"
short_desc="LLVM version of libunwind library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://llvm.org"
license="NCSA, MIT"
distfiles="http://www.llvm.org/releases/${version}/libunwind-${version}.src.tar.xz"
checksum=256c4ed971191bde42208386c8d39e5143fa4afd098e03bd2c140c878c63f1d6
post_install() {
vmkdir usr/include
vcopy include/* usr/include
vlicense LICENSE.TXT LICENSE
}
llvm-libunwind-devel_package() {
short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}"
conflicts="libunwind-devel>=0"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}