void-packages/srcpkgs/ocamlbuild/template

19 lines
501 B
Bash
Raw Normal View History

2016-04-29 16:29:05 +00:00
# Template file for 'ocamlbuild'
pkgname=ocamlbuild
2016-10-07 17:03:21 +00:00
version=0.9.3
2016-11-21 14:07:35 +00:00
revision=2
2016-04-29 16:29:05 +00:00
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-10-07 17:03:21 +00:00
checksum=32e4824906888c61244909eab0d2c22d31f18fc9579873a070a4cf7947c2c0a9
2016-04-30 13:14:44 +00:00
nocross=yes
2016-05-28 14:49:23 +00:00
nopie=yes
2016-04-29 16:29:05 +00:00
post_install() {
vman man/ocamlbuild.1
}