void-packages/srcpkgs/lowdown/template
2020-07-03 16:22:45 +02:00

29 lines
797 B
Bash

# Template file for 'lowdown'
pkgname=lowdown
version=0.7.1
revision=1
build_style=configure
configure_args="PREFIX=/usr MANDIR=/usr/share/man"
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=02b48f90885cc2a8a375ef095da15954f2a2f3ece26bd6e13552b75906cd19e9
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"
}
}