void-packages/srcpkgs/flow/template
2017-03-06 12:59:59 +01:00

21 lines
599 B
Bash

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