void-packages/srcpkgs/camlp5/template
2022-04-14 16:16:42 +02:00

22 lines
612 B
Bash

# Template file for 'camlp5'
pkgname=camlp5
version=8.00.03
revision=3
wrksrc="camlp5-rel${version}"
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=1a710e2a6dbb0f4440867850d605f31fe8407ee8a56c9e067866e34e584385b4
nocross=yes
nopie=yes
post_install() {
vlicense LICENSE
}