name=vsv version=2.0.0 release=1 source="https://github.com/bahamas10/${name}/archive/v${version}/${name}-v${version}.tar.gz" build() { cargo build install -Dm755 target/debug/$name $PKG/usr/bin/$name install -Dm644 man/$name.8 $PKG/usr/share/man/man8/$name.8 }