From e98153365dd57ede6e40fcc9f9bbc37084fa4a6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9mo=20Fournier?= Date: Wed, 1 Nov 2017 11:38:07 +0100 Subject: [PATCH] New package: camlp5-7.03 --- srcpkgs/camlp5/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/camlp5/template diff --git a/srcpkgs/camlp5/template b/srcpkgs/camlp5/template new file mode 100644 index 00000000000..61ae20c6d4a --- /dev/null +++ b/srcpkgs/camlp5/template @@ -0,0 +1,20 @@ +# Template file for 'camlp5' +pkgname=camlp5 +version=7.03 +revision=1 +build_style=configure +configure_args="-mandir /usr/share/man" +hostmakedepends="ocaml" +short_desc="OCaml preprocessor and pretty-printer" +maintainer="Némo Fournier " +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 +checksum=c13d0a957a8e70627e1900ca25243b5e8da042bbda9eaa9e7d06955c0e3df21a + +post_install() { + vlicense LICENSE +}