17 lines
488 B
Bash
17 lines
488 B
Bash
# Template file for 'gotty'
|
|
pkgname=gotty
|
|
version=1.0.1
|
|
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=32695d70a79f55efdf4fba6f06f830515a2055abc58fc15e2124dff5be75695b
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|