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
version=7.05
2018-04-24 14:17:58 +00:00
revision=2
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
checksum=ccc7afd2936c75cbee4aad58cd2ef8e7bf0dded556b91d76e4e462a27550ff12
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
}