void-packages/srcpkgs/ocamlbuild/template

15 lines
450 B
Bash
Raw Normal View History

2016-04-29 16:29:05 +00:00
# Template file for 'ocamlbuild'
pkgname=ocamlbuild
2016-12-31 10:45:54 +00:00
version=0.10.1
2016-12-26 13:51:21 +00:00
revision=1
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"
2016-12-26 13:51:21 +00:00
homepage="https://github.com/ocaml/ocamlbuild"
2016-04-29 16:29:05 +00:00
distfiles="https://github.com/ocaml/${pkgname}/archive/${version}.tar.gz"
2016-12-31 10:45:54 +00:00
checksum=2603be3709634b6191dd00627213cff56f15200f2d0a24e0af58a18a0580b71e
2016-04-30 13:14:44 +00:00
nocross=yes
2016-05-28 14:49:23 +00:00
nopie=yes