From afe4cc71137b5325fe9f05dd3079c4cf847e91ce Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 26 Sep 2022 17:21:37 +0200 Subject: [PATCH] New package: typioca-2.0.4 --- srcpkgs/typioca/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/typioca/template diff --git a/srcpkgs/typioca/template b/srcpkgs/typioca/template new file mode 100644 index 00000000000..e9a8ee7ba82 --- /dev/null +++ b/srcpkgs/typioca/template @@ -0,0 +1,16 @@ +# Template file for 'typioca' +pkgname=typioca +version=2.0.4 +revision=1 +build_style=go +go_import_path="github.com/bloznelis/typioca" +short_desc="Minimal, terminal based typing speed tester" +maintainer="Duncaen " +license="MIT" +homepage="https://github.com/bloznelis/typioca" +distfiles="https://github.com/bloznelis/typioca/archive/refs/tags/${version}.tar.gz" +checksum=5a056e457ca205964d17fdd169a9fc82dbb75fd9f7fc71078eec3b61cd94b34f + +post_install() { + vlicense LICENSE +}