void-packages/srcpkgs/flow/template
2017-03-18 07:22:32 +00:00

21 lines
599 B
Bash

# Template file for 'flow'
pkgname=flow
version=0.42.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="3-clause-BSD"
homepage="http://flowtype.org/"
_changelog="https://github.com/facebook/flow/releases"
distfiles="https://github.com/facebook/${pkgname}/archive/v${version}.tar.gz"
checksum=5668a4a83242ac397239d001fbf071955a9e0a17ad255cb17b74345a434f7a93
nopie=yes
do_install() {
vbin bin/flow
vlicense LICENSE
vlicense PATENTS
}