New package: ocamlbuild-0.9.1

This commit is contained in:
Christian Neukirchen 2016-04-29 18:29:05 +02:00
parent dabc9ad2cc
commit 6e0684e4e3

View file

@ -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 <chneukirchen@gmail.com>"
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
}