diff --git a/srcpkgs/msg2/template b/srcpkgs/msg2/template new file mode 100644 index 00000000000..e21ae08e22b --- /dev/null +++ b/srcpkgs/msg2/template @@ -0,0 +1,15 @@ +# Template file for 'msg2' +pkgname=msg2 +version=1.1.0 +revision=1 +build_style=cmake +short_desc="Output a blue arrow and a white message on the commandline" +maintainer="cr6git " +license="GPL-3.0-or-later" +homepage="https://roboticoverlords.org/msg2/" +distfiles="https://roboticoverlords.org/msg2/msg2-${version}.tar.xz" +checksum=437db75160a66d5b56a015ef8b56e872671a83745dd337477d2d5532f7cb60de + +post_install() { + vman msg2.1 +}