void-packages/srcpkgs/gotty/template

18 lines
489 B
Bash
Raw Normal View History

2015-11-30 04:54:28 +00:00
# Template file for 'gotty'
pkgname=gotty
2016-04-18 01:49:47 +00:00
version=0.0.13
revision=1
2015-11-30 04:54:28 +00:00
build_style=go
go_import_path="github.com/yudai/gotty"
2016-02-19 20:42:30 +00:00
hostmakedepends="git-perl"
2015-11-30 04:54:28 +00:00
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"
2016-04-18 01:49:47 +00:00
checksum=4082f0805e925073fb15a997012d1b9d3512fc9077de323225153c9ae5b96318
2015-11-30 04:54:28 +00:00
post_install() {
vlicense LICENSE
}