17 lines
479 B
Bash
17 lines
479 B
Bash
|
# 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
|
||
|
}
|