opam-version: "2.0"
maintainer: "michipili@gmail.com"
authors: "Michael Grünewald"
license: "CeCILL-B"
homepage: "https://github.com/michipili/bsdowl"
bug-reports: "https://github.com/michipili/bsdowl/issues"
dev-repo: "git+https://github.com/michipili/bsdowl.git"
tags: [
  "bsd"
  "bmake"
  "build"
]
build: [
  ["./configure" "--prefix" prefix]
  [conf-bmake:path "-r" "build"]
]
install: [
  [conf-bmake:path "install"]
]
remove: [
  ["sh" "%{build}%/opam/files/remove.sh" prefix]
]
depends: ["ocaml" "conf-bmake" "ocamlfind"]
synopsis: "Highly portable build system targetting modern UNIX systems"
description: """
This collection of BSD Make directives aims at providing a highly
portable build system targetting modern UNIX systems and supporting
common or less common languages.

It can already be used for:

- Preparation and publication of TeX documents;
- Development of TeX macros with NOWEB;
- Development of OCaml software;
- Maintainance of a FreeBSD workstation configuration files;
- Preparation of a static website with ONSGMLS.

It is well tested under:

- Mac OS X, version 10.6.8 and above
- FreeBSD, version 9.0 and above
- Debian Jessie and newer

WWW: https://github.com/michipili/bsdowl"""
extra-files: [
  ["remove.sh" "md5=5dc99b6273ae1b092a46eec241439407"]
  ["bsdowl.install" "md5=4cffd975d1c0ca14b2a94cf614c2d4ad"]
]
url {
  src:
    "https://github.com/michipili/bsdowl/releases/download/v2.2/bsdowl-2.2.tar.gz"
  checksum: "md5=fe10948b14127bb8dd73ceb55da185a7"
}
