Merge pull request #3085 from diogoleal/gotty

New package: gotty-0.0.12
This commit is contained in:
Juan RP 2015-11-30 11:45:29 +01:00
commit 0893a7e7bb

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
}