void-packages/srcpkgs/flow/template
2017-01-27 09:05:03 +00:00

20 lines
535 B
Bash

# Template file for 'flow'
pkgname=flow
version=0.38.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=f21b56e10c1bddfe3d59da872e50d4013672a41f11a5d25d9dd67e494e8f1ae7
nopie=yes
do_install() {
vbin bin/flow
vlicense LICENSE
vlicense PATENTS
}