# Description: a suite of tools compiling mdoc and man # URL: https://mandoc.bsd.lv/ # Maintainer: Shokara Kou, kou at 13f0 dot net # Depends on: name=mandoc version=1.14.6 release=1 source=(https://mandoc.bsd.lv/snapshots/$name-$version.tar.gz) build() { cd $name-$version sed -e 's,^PREFIX="/usr/local",PREFIX=/usr,g' \ -e 's,^MANDIR=.*,MANDIR=${PREFIX}/share/man,' configure >tmp mv tmp configure chmod +x configure ./configure make PREFIX=/usr DESTDIR=$PKG install }