void-packages/srcpkgs/flow/template

21 lines
535 B
Bash
Raw Normal View History

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