From 65d074ca6f39b454ae76013b9440a9e436a9133d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 25 Oct 2022 19:16:42 +0200 Subject: [PATCH] New package: rset-2.4 --- srcpkgs/rset/template | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 srcpkgs/rset/template diff --git a/srcpkgs/rset/template b/srcpkgs/rset/template new file mode 100644 index 00000000000..dfdde32bf14 --- /dev/null +++ b/srcpkgs/rset/template @@ -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 " +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 +}