void-packages/srcpkgs/rset/template

26 lines
748 B
Bash

# Template file for 'rset'
pkgname=rset
version=2.5
revision=1
build_style=gnu-makefile
make_build_args="-f Makefile.linux"
make_check_args="${make_build_args}"
make_install_args="${make_build_args}"
make_check_target="test"
checkdepends="ruby ruby-webrick wget"
short_desc="Remote Staging Execution Tool"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="ISC"
homepage="https://scriptedconfiguration.org/"
changelog="https://github.com/eradman/rset/blob/master/NEWS"
distfiles="https://scriptedconfiguration.org/code/rset-${version}.tar.gz"
checksum=effacb5b2230c091b7aabbfbebc665b5e52f8aa4bf4c8db9583549625472360f
post_patch() {
vsed -i -e 's/hostname -s/hostname/' tests/input/local_exec_out_01.pln
}
post_install() {
vlicense LICENSE
}