From 6e0684e4e36dc84caf50b4ce0f3ccb9f60b77ee3 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 29 Apr 2016 18:29:05 +0200 Subject: [PATCH] New package: ocamlbuild-0.9.1 --- srcpkgs/ocamlbuild/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/ocamlbuild/template diff --git a/srcpkgs/ocamlbuild/template b/srcpkgs/ocamlbuild/template new file mode 100644 index 0000000000..64590e5919 --- /dev/null +++ b/srcpkgs/ocamlbuild/template @@ -0,0 +1,16 @@ +# Template file for 'ocamlbuild' +pkgname=ocamlbuild +version=0.9.1 +revision=1 +build_style=gnu-makefile +hostmakedepends="ocaml" +short_desc="OCaml build tool" +maintainer="Christian Neukirchen " +license="LGPL-2" +homepage="https://github.com/ocaml/ocamlbuild/archive/" +distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz" +checksum=7a31fde2d863768372851665e3ce64064c35e38d2b2f3cbd060a6df426f16ee8 + +post_install() { + vman man/ocamlbuild.1 +}