void-packages/srcpkgs/lowdown/template

32 lines
892 B
Bash

# Template file for 'lowdown'
pkgname=lowdown
version=1.0.0
revision=1
build_style=configure
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
make_install_target="install install_shared install_static"
make_check_target="regress"
short_desc="Simple markdown translator"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="ISC"
homepage="https://kristaps.bsd.lv/lowdown/"
changelog="https://kristaps.bsd.lv/lowdown/archive.html"
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
checksum=a7c9dbbd40e3e9d9296ff6ef6ac54fec83b1abe54db7b6113cd9c0f692a20c13
shlib_provides="liblowdown.so"
post_install() {
vlicense LICENSE.md
}
lowdown-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/share/man/man3/*.3"
}
}