void-packages/srcpkgs/flow/template

21 lines
535 B
Bash
Raw Normal View History

2014-11-29 20:50:03 +00:00
# Template file for 'flow'
pkgname=flow
2016-09-04 06:30:46 +00:00
version=0.32.0
2014-11-29 20:50:03 +00:00
revision=1
2016-08-13 08:04:24 +00:00
only_for_archs="x86_64"
2014-11-29 20:50:03 +00:00
build_style=gnu-makefile
2016-05-06 20:47:28 +00:00
makedepends="ocaml ocamlbuild elfutils-devel"
2014-11-29 20:50:03 +00:00
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"
2016-09-04 06:30:46 +00:00
checksum=0dc6316e265b20c1b9fb8ae2b45ee5c7ae0315f2724c3c8f8a5de7782efe3467
2016-05-27 20:46:40 +00:00
nopie=yes
2014-11-29 20:50:03 +00:00
do_install() {
2015-01-30 10:10:27 +00:00
vbin bin/flow
2014-11-29 20:50:03 +00:00
vlicense LICENSE
vlicense PATENTS
}