void-packages/srcpkgs/flow/template

21 lines
540 B
Bash
Raw Normal View History

2014-11-29 21:50:03 +01:00
# Template file for 'flow'
pkgname=flow
2016-05-27 22:45:48 +02:00
version=0.26.0
2014-11-29 21:50:03 +01:00
revision=1
only_for_archs="i686 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-05-27 22:45:48 +02:00
checksum=7813c98f7509d89e5a187df4252dbf8e6c429b1d711e10156eccb1ac793fb571
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
}