From 29e02984ce5e7c0112a01266ef9f89578bbc0b8b Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Mon, 30 Nov 2015 02:54:28 -0200 Subject: [PATCH] New package: gotty-0.0.12 --- srcpkgs/gotty/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/gotty/template diff --git a/srcpkgs/gotty/template b/srcpkgs/gotty/template new file mode 100644 index 0000000000..793ca91276 --- /dev/null +++ b/srcpkgs/gotty/template @@ -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 " +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 +}