19 lines
490 B
Bash
19 lines
490 B
Bash
# Template file for 'flow'
|
|
pkgname=flow
|
|
version=0.10.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=f5d7c70e20ae2548be46b7627a09d6f3bc3639a692fe306b4db061f20fdd39e6
|
|
|
|
do_install() {
|
|
vbin bin/flow
|
|
vlicense LICENSE
|
|
vlicense PATENTS
|
|
}
|