void-packages/srcpkgs/camlp5/template

22 lines
610 B
Bash
Raw Normal View History

2017-11-01 10:38:07 +00:00
# Template file for 'camlp5'
pkgname=camlp5
2018-07-16 11:46:14 +00:00
version=7.06
revision=1
2017-11-01 10:38:07 +00: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-3-Clause"
2017-11-01 10:38:07 +00:00
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-07-16 11:46:14 +00:00
checksum=bea3fba40305b6299a4a65a26f8e1f1caf844abec61588ff1c500e9c05047922
2017-11-01 10:38:07 +00:00
post_install() {
2018-04-24 14:17:58 +00:00
vinstall etc/META 0644 usr/lib/ocaml/camlp5
2017-11-01 10:38:07 +00:00
vlicense LICENSE
}