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