flow: simplify.

This commit is contained in:
Juan RP 2015-01-30 11:10:27 +01:00
parent 8681bd0e29
commit 30f7608d37

View File

@ -12,10 +12,7 @@ distfiles="https://github.com/facebook/${pkgname}/archive/v${version}.tar.gz"
checksum=3b7b2723d7736a78feda28dd2995653c1e05959a4fa6db94896c7a08880bf05b
do_install() {
install -Dm755 bin/flow ${DESTDIR}/usr/bin/flow
}
post_install() {
vbin bin/flow
vlicense LICENSE
vlicense PATENTS
}