18 lines
489 B
Text
18 lines
489 B
Text
# Template file for 'flow'
|
|
pkgname=flow
|
|
version=0.3.0
|
|
revision=1
|
|
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"
|
|
checksum=4f916a9df048f234e9582be1aea7a02584815ee0484c00a46fbab2336e445e97
|
|
|
|
do_install() {
|
|
vbin bin/flow
|
|
vlicense LICENSE
|
|
vlicense PATENTS
|
|
}
|