void-packages/srcpkgs/camlp5/template

21 lines
556 B
Bash
Raw Normal View History

2017-11-01 11:38:07 +01:00
# Template file for 'camlp5'
pkgname=camlp5
2018-02-21 14:40:49 +01:00
version=7.04
revision=1
2017-11-01 11:38:07 +01:00
build_style=configure
configure_args="-mandir /usr/share/man"
hostmakedepends="ocaml"
short_desc="OCaml preprocessor and pretty-printer"
maintainer="Némo Fournier <nemo@epicea.xyz>"
license="BSD"
homepage="https://camlp5.github.io/"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/rel${version//./}.tar.gz"
wrksrc="camlp5-rel${version//./}"
nocross=yes
nopie=yes
2018-02-21 14:40:49 +01:00
checksum=4d28171121db1ea6f54d409cf959aa4d4359c13b957eb5a14e4fe37cc58243a8
2017-11-01 11:38:07 +01:00
post_install() {
vlicense LICENSE
}