void-packages/srcpkgs/camlp5/template
2022-01-29 15:11:06 +01:00

21 lines
578 B
Bash

# Template file for 'camlp5'
pkgname=camlp5
version=8.00.03
revision=1
wrksrc="camlp5-rel${version}"
build_style=configure
configure_args="-mandir /usr/share/man"
hostmakedepends="ocaml perl ocaml-findlib"
short_desc="OCaml preprocessor and pretty-printer"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="https://camlp5.github.io/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/rel${version}.tar.gz"
checksum=1a710e2a6dbb0f4440867850d605f31fe8407ee8a56c9e067866e34e584385b4
nocross=yes
nopie=yes
post_install() {
vlicense LICENSE
}