mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
flow: simplify.
This commit is contained in:
parent
8681bd0e29
commit
30f7608d37
1 changed files with 1 additions and 4 deletions
|
@ -12,10 +12,7 @@ distfiles="https://github.com/facebook/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=3b7b2723d7736a78feda28dd2995653c1e05959a4fa6db94896c7a08880bf05b
|
checksum=3b7b2723d7736a78feda28dd2995653c1e05959a4fa6db94896c7a08880bf05b
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -Dm755 bin/flow ${DESTDIR}/usr/bin/flow
|
vbin bin/flow
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vlicense PATENTS
|
vlicense PATENTS
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue