20 lines
535 B
Bash
20 lines
535 B
Bash
# Template file for 'flow'
|
|
pkgname=flow
|
|
version=0.34.0
|
|
revision=1
|
|
only_for_archs="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=d09e99663225dbee2c92fa51ee563d45ff2c2bb70c4738dfc44233b70399f94f
|
|
nopie=yes
|
|
|
|
do_install() {
|
|
vbin bin/flow
|
|
vlicense LICENSE
|
|
vlicense PATENTS
|
|
}
|