27 lines
690 B
Bash
27 lines
690 B
Bash
# Template file for 'lowdown'
|
|
pkgname=lowdown
|
|
version=0.4.5
|
|
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/"
|
|
distfiles="https://kristaps.bsd.lv/lowdown/snapshots/lowdown-${version}.tar.gz"
|
|
checksum=469f788d22a59370dd4d9d97ac03e61cb01aab735fc85ad67aa5e563a96e3f91
|
|
|
|
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"
|
|
}
|
|
}
|