void-packages/srcpkgs/lowdown/template
2021-02-11 00:29:13 -03:00

31 lines
825 B
Bash

# Template file for 'lowdown'
pkgname=lowdown
version=0.8.1
revision=1
build_style=configure
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
make_check_target="regress"
hostmakedepends="which"
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=e69b71b06bc26e538ba43b55134b931a7580b9bc8466b5f92408bbcd8354f394
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"
}
}