void-packages/srcpkgs/flow/template
2016-08-22 08:02:57 +02:00

20 lines
535 B
Bash

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