New package: gotty-0.0.12

This commit is contained in:
Diogo Leal 2015-11-30 02:54:28 -02:00
parent 7facecd845
commit 29e02984ce

17
srcpkgs/gotty/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'gotty'
pkgname=gotty
version=0.0.12
revision=1
build_style=go
go_import_path="github.com/yudai/gotty"
hostmakedepends="git"
short_desc="Share your terminal as a web application"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT"
homepage="https://github.com/yudai/gotty/"
distfiles="https://github.com/yudai/gotty/archive/v${version}.tar.gz"
checksum=66dd920cbbad32fdac20f5cbaa3ba7dcaa79619e2babc32cded56d3bd2d0d79d
post_install() {
vlicense LICENSE
}