vp-build/srcpkgs/pong-command/template

19 lines
555 B
Bash

# Template file for 'pong-command'
pkgname=pong-command
version=2.02
revision=2
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
}