flow: removed, outdated version.

Recent versions need many new unpackaged dependencies,
and can be installed easily manually via OPAM.
This commit is contained in:
Leah Neukirchen 2017-11-22 14:36:16 +01:00 committed by Leаh Neukirchen
parent ca83375205
commit dbae2a6eb9

View file

@ -1,21 +0,0 @@
# Template file for 'flow'
pkgname=flow
version=0.44.1
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="3-clause-BSD"
homepage="http://flowtype.org/"
_changelog="https://github.com/facebook/flow/releases"
distfiles="https://github.com/facebook/${pkgname}/archive/v${version}.tar.gz"
checksum=2dbe1c863ea8c594dfde8e2924b32033336f31f039d61ab07e276467195c2028
nopie=yes
do_install() {
vbin bin/flow
vlicense LICENSE
vlicense PATENTS
}