void-packages/srcpkgs/ocaml-stdcompat/template

21 lines
676 B
Bash
Raw Normal View History

2021-05-23 18:47:00 +02:00
# Template file for 'ocaml-stdcompat'
pkgname=ocaml-stdcompat
2021-07-26 12:29:59 +02:00
version=16
2021-05-23 18:47:00 +02:00
revision=1
wrksrc="stdcompat-${version}"
build_style=gnu-configure
configure_args="--libdir=/usr/lib/ocaml"
makedepends="ocaml ocaml-findlib"
short_desc="Compatibility module for OCaml standard library"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
homepage="https://github.com/thierry-martinez/stdcompat"
distfiles="https://github.com/thierry-martinez/stdcompat/releases/download/v${version}/stdcompat-${version}.tar.gz"
2021-07-26 12:29:59 +02:00
checksum=100152e25f138351cb265146cd8717fa9dbfbff54b48ce771e30a4e05fc1ec09
2021-05-23 18:47:00 +02:00
nocross=yes
disable_parallel_build=yes
post_install() {
vlicense COPYING LICENSE
}