From f3ad4ab862e2ab159b73ab2897cd64640dc469fa Mon Sep 17 00:00:00 2001 From: Nathaniel Barragan Date: Fri, 27 Aug 2021 01:20:13 -0700 Subject: [PATCH] New package: tut-0.0.28 --- srcpkgs/tut/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/tut/template diff --git a/srcpkgs/tut/template b/srcpkgs/tut/template new file mode 100644 index 000000000000..f86c282322e4 --- /dev/null +++ b/srcpkgs/tut/template @@ -0,0 +1,19 @@ +# Template file for 'tut' +pkgname=tut +version=0.0.28 +revision=1 +build_style=go +go_import_path="github.com/RasmusLindroth/tut@$version" + + +hostmakedepends="git" +short_desc="TUI client for Mastodon" +maintainer="Nathaniel Barragan " +license="MIT" +homepage="https://github.com/RasmusLindroth/tut" +distfiles="https://github.com/RasmusLindroth/tut/archive/${version}.tar.gz" +checksum=b90cca232bcd13c601d2c5a12573dc0e45b6702a2dd9d892607df4b0d71270e0 + +post_install() { + vlicense LICENSE +}