# Description: Manage and view runit services # URL: https://github.com/bahamas10/vsv # Maintainer: KRAK3N Team, extra ports at krak3n dot my # Depends on: rust name=vsv version=2.0.0 release=1 source=(https://github.com/bahamas10/${name}/archive/v${version}/${name}-v${version}.tar.gz) build() { cd ${name}-${version} cargo build install -Dm755 target/debug/$name $PKG/usr/bin/$name install -Dm644 man/$name.8 $PKG/usr/share/man/man8/$name.8 }