New package: pong-command-2.02. (#1259)

This commit is contained in:
travankor 2018-07-28 14:34:05 -07:00 committed by cr6git
parent e17c0bbcce
commit 7a9afa31d8
1 changed files with 18 additions and 0 deletions

View File

@ -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 <travankor@tuta.io>"
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
}