From 614e55714838921c6eed8206022fa98ea172fc31 Mon Sep 17 00:00:00 2001 From: Gerardo Di Iorio Date: Tue, 8 Oct 2019 14:28:43 +0200 Subject: [PATCH] New package: todoist-0.14.0 --- srcpkgs/todoist/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/todoist/template diff --git a/srcpkgs/todoist/template b/srcpkgs/todoist/template new file mode 100644 index 00000000000..9bdc1163cd4 --- /dev/null +++ b/srcpkgs/todoist/template @@ -0,0 +1,17 @@ +# Template file for 'todoist' +pkgname=todoist +version=0.14.0 +revision=1 +build_style=go +go_import_path="github.com/sachaos/todoist" +short_desc="Todoist CLI Client" +maintainer="Gerardo Di Iorio " +license="MIT" +homepage="https://github.com/sachaos/todoist" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=c58dd771f7b1a2750f8805561aa1e8549a7c395fdeab16cac66c6d5735936e99 + +post_install() { + vdoc README.md + vlicense LICENSE +}