void-packages/srcpkgs/scdoc/template
2020-06-16 12:01:25 +02:00

28 lines
705 B
Bash

# Template file for 'scdoc'
pkgname=scdoc
version=1.11.0
revision=1
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
short_desc="Tool for generating roff manual pages"
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
license="MIT"
homepage="https://git.sr.ht/~sircmpwn/scdoc"
distfiles="https://git.sr.ht/~sircmpwn/scdoc/archive/${version}.tar.gz"
checksum=8ac3e7e08fdfab0d75a312b1abcb6eafbd9114a5deaafbaba0fe5ec7e880929d
if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" scdoc"
fi
pre_build() {
if [ "$CROSS_BUILD" ]; then
vsed -e "s|^HOST_SCDOC=.*|HOST_SCDOC=/usr/bin/scdoc|g" -i Makefile
fi
vsed -e "s/\" VERSION \"/ ${version}/g" -i src/main.c
}
post_install() {
vlicense COPYING
}