2014-11-29 19:50:03 -01:00
|
|
|
# Template file for 'flow'
|
|
|
|
pkgname=flow
|
2015-06-13 07:42:18 +00:00
|
|
|
version=0.12.0
|
2014-11-29 19:50:03 -01:00
|
|
|
revision=1
|
2015-05-13 12:10:35 +00:00
|
|
|
only_for_archs="i686 x86_64"
|
2014-11-29 19:50:03 -01:00
|
|
|
build_style=gnu-makefile
|
|
|
|
makedepends="ocaml 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"
|
2015-06-13 07:42:18 +00:00
|
|
|
checksum=3bf2e97df59d7aaa941f1ac920965a52976971f8416338456785431888c13c0f
|
2014-11-29 19:50:03 -01:00
|
|
|
|
|
|
|
do_install() {
|
2015-01-30 09:10:27 -01:00
|
|
|
vbin bin/flow
|
2014-11-29 19:50:03 -01:00
|
|
|
vlicense LICENSE
|
|
|
|
vlicense PATENTS
|
|
|
|
}
|