New package: rset-2.4

This commit is contained in:
Leah Neukirchen 2022-10-25 19:16:42 +02:00
parent 08a0253db8
commit 65d074ca6f
1 changed files with 25 additions and 0 deletions

25
srcpkgs/rset/template Normal file
View File

@ -0,0 +1,25 @@
# Template file for 'rset'
pkgname=rset
version=2.4
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=276f9c53c024aa004939e494aac5b5e88215e88fc96cad66dde5cbe258339efb
post_patch() {
vsed -i -e 's/hostname -s/hostname/' tests/input/local_exec_out_01.pln
}
post_install() {
vlicense LICENSE
}