void-packages/srcpkgs/ocamlbuild/template

19 lines
501 B
Bash
Raw Normal View History

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