21 lines
548 B
Bash
21 lines
548 B
Bash
# Template file for 'flow'
|
|
pkgname=flow
|
|
version=0.24.2
|
|
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=6119b900b48020afa2ada3562786649f1dd9f413f2e573ea0dfb03273fcdbe94
|
|
patch_args="-Np1"
|
|
|
|
do_install() {
|
|
vbin bin/flow
|
|
vlicense LICENSE
|
|
vlicense PATENTS
|
|
}
|