void-packages/srcpkgs/gotty/template
2016-02-19 21:42:30 +01:00

17 lines
489 B
Bash

# Template file for 'gotty'
pkgname=gotty
version=0.0.12
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=66dd920cbbad32fdac20f5cbaa3ba7dcaa79619e2babc32cded56d3bd2d0d79d
post_install() {
vlicense LICENSE
}