20 lines
676 B
Bash
20 lines
676 B
Bash
# Template file for 'ocaml-stdcompat'
|
|
pkgname=ocaml-stdcompat
|
|
version=18
|
|
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"
|
|
checksum=483a8d526eb19709a1a3092fb8978302e3a9d3bb783d807fb9ee53d96c3ec607
|
|
nocross=yes
|
|
disable_parallel_build=yes
|
|
|
|
post_install() {
|
|
vlicense COPYING LICENSE
|
|
}
|