void-packages/srcpkgs/ocamlbuild/template
2016-10-07 19:03:27 +02:00

18 lines
501 B
Bash

# Template file for 'ocamlbuild'
pkgname=ocamlbuild
version=0.9.3
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=32e4824906888c61244909eab0d2c22d31f18fc9579873a070a4cf7947c2c0a9
nocross=yes
nopie=yes
post_install() {
vman man/ocamlbuild.1
}