18 lines
484 B
Bash
18 lines
484 B
Bash
|
# 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
|
||
|
}
|