void-packages/srcpkgs/flow/template
2016-05-27 23:00:07 +02:00

21 lines
540 B
Bash

# Template file for 'flow'
pkgname=flow
version=0.26.0
revision=1
only_for_archs="i686 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=7813c98f7509d89e5a187df4252dbf8e6c429b1d711e10156eccb1ac793fb571
nopie=yes
do_install() {
vbin bin/flow
vlicense LICENSE
vlicense PATENTS
}