void-packages/srcpkgs/msg2/template

16 lines
448 B
Bash
Raw Normal View History

2018-10-17 22:27:29 +00:00
# Template file for 'msg2'
pkgname=msg2
2018-10-17 22:59:41 +00:00
version=1.2.0
2018-10-17 22:27:29 +00:00
revision=1
build_style=cmake
short_desc="Output a blue arrow and a white message on the commandline"
maintainer="cr6git <quark6@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://roboticoverlords.org/msg2/"
distfiles="https://roboticoverlords.org/msg2/msg2-${version}.tar.xz"
2018-10-17 22:59:41 +00:00
checksum=4834104465f62f0ecec7615e75ca2e50a5e42218854da8f6b022a120937702ac
2018-10-17 22:27:29 +00:00
post_install() {
vman msg2.1
}