# Template file for 'scdoc' pkgname=scdoc version=1.9.4 revision=2 build_style=gnu-makefile make_build_args="PREFIX=/usr" short_desc="Tool for generating roff manual pages" maintainer="Julio Galvan " license="MIT" homepage="https://git.sr.ht/~sircmpwn/scdoc" distfiles="https://git.sr.ht/~sircmpwn/scdoc/archive/${version}.tar.gz" checksum=a10e200bcbc7d6faf9678444636886fee2fd99c754b630fc62fa9d247f1eec03 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 }