New package: gotty-0.0.12
This commit is contained in:
parent
7facecd845
commit
29e02984ce
1 changed files with 17 additions and 0 deletions
17
srcpkgs/gotty/template
Normal file
17
srcpkgs/gotty/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in a new issue