vp-build/srcpkgs/camlp5/template

22 lines
609 B
Bash
Raw Permalink Normal View History

2017-11-01 11:38:07 +01:00
# Template file for 'camlp5'
pkgname=camlp5
2018-10-10 15:00:25 +02:00
version=7.07
2018-07-16 13:46:14 +02:00
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"
2018-10-10 15:00:25 +02:00
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
2017-11-01 11:38:07 +01: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-10-10 15:00:25 +02:00
checksum=a2c493b833b217adf94d2000eb19015b990c4e441beb35cf36b1d33ed2351991
2017-11-01 11:38:07 +01:00
post_install() {
2018-04-24 16:17:58 +02:00
vinstall etc/META 0644 usr/lib/ocaml/camlp5
2017-11-01 11:38:07 +01:00
vlicense LICENSE
}