void-packages/srcpkgs/flow/template
2016-08-13 10:04:24 +02:00

20 lines
535 B
Bash

# Template file for 'flow'
pkgname=flow
version=0.30.0
revision=1
only_for_archs="x86_64"
build_style=gnu-makefile
makedepends="ocaml ocamlbuild elfutils-devel"
short_desc="Static type checker for JavaScript"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD"
homepage="http://flowtype.org/"
distfiles="https://github.com/facebook/${pkgname}/archive/v${version}.tar.gz"
checksum=e28d84c0e43c53d46d3b0d1fcf6563f7579d8958d6b0d4b71cb6cb7e5941b4ca
nopie=yes
do_install() {
vbin bin/flow
vlicense LICENSE
vlicense PATENTS
}