From 7a9afa31d84f396adab3c00804cf19d285986b5d Mon Sep 17 00:00:00 2001 From: travankor <38744110+travankor@users.noreply.github.com> Date: Sat, 28 Jul 2018 14:34:05 -0700 Subject: [PATCH] New package: pong-command-2.02. (#1259) --- srcpkgs/pong-command/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/pong-command/template 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 +}