void-packages/srcpkgs/ocamlbuild/template

18 lines
491 B
Bash
Raw Normal View History

2016-04-29 16:29:05 +00:00
# Template file for 'ocamlbuild'
pkgname=ocamlbuild
2016-05-02 10:03:07 +00:00
version=0.9.2
2016-04-29 16:29:05 +00:00
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"
2016-05-02 10:03:07 +00:00
checksum=257a3961da1aa47deb3de8da238ebe1daf13a73efef2228f97a064a90f91c6bc
2016-04-30 13:14:44 +00:00
nocross=yes
2016-04-29 16:29:05 +00:00
post_install() {
vman man/ocamlbuild.1
}