void-packages/srcpkgs/gotty/template
2017-05-29 14:10:34 +02:00

17 lines
488 B
Bash

# Template file for 'gotty'
pkgname=gotty
version=1.0.0
revision=2
build_style=go
go_import_path="github.com/yudai/gotty"
hostmakedepends="git-perl"
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=ca61d6a164fb1a2ba7491ce0e764f987ecb009f9caf8a602690253665c27a498
post_install() {
vlicense LICENSE
}