void-packages/srcpkgs/camlp5/template

21 lines
582 B
Bash

# Template file for 'camlp5'
pkgname=camlp5
version=8.00.04
revision=1
build_style=configure
configure_args="-mandir /usr/share/man"
hostmakedepends="ocaml perl ocaml-findlib"
makedepends="ocaml-camlp-streams"
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=bddbcb5c3c2d410c9a61c4dfb6e46e3bbe984d25ac68221a7a65c82a29956b1d
nocross=yes
nopie=yes
post_install() {
vlicense LICENSE
}