void-packages/srcpkgs/lowdown/template
2020-01-26 17:10:12 +01:00

27 lines
747 B
Bash

# Template file for 'lowdown'
pkgname=lowdown
version=0.5.2
revision=1
build_style=configure
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
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=a29a1e44c32c085b290a849c166736e714e8e231cd77b1210fc114d142c5995e
post_install() {
vlicense LICENSE.md
}
lowdown-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/share/man/man3/*.3"
}
}