New package: ocamlbuild-0.9.1
This commit is contained in:
parent
dabc9ad2cc
commit
6e0684e4e3
1 changed files with 16 additions and 0 deletions
16
srcpkgs/ocamlbuild/template
Normal file
16
srcpkgs/ocamlbuild/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue