diff --git a/srcpkgs/pong-command/template b/srcpkgs/pong-command/template new file mode 100644 index 00000000000..54c630f7f39 --- /dev/null +++ b/srcpkgs/pong-command/template @@ -0,0 +1,18 @@ +# Template file for 'pong-command' +pkgname=pong-command +version=2.02 +revision=1 +build_style=go +go_import_path=github.com/kurehajime/pong-command +go_package="${go_import_path}/pong" +hostmakedepends="git" +short_desc="POng is Not pinG. pong is CLI game" +maintainer="travankor " +license="MIT" +homepage="https://github.com/kurehajime/pong-command" +distfiles="https://github.com/kurehajime/pong-command/archive/${version}.tar.gz" +checksum=940771c53d083616c52ed75b13f3568e224c4f4e04ca813cebc87d2da7dfebe8 + +post_install() { + vlicense LICENSE +}