From 9b43d887cb349f2e77884487581a8048ae0b7205 Mon Sep 17 00:00:00 2001 From: Alan Barros de Oliveira Date: Tue, 10 Jan 2023 12:31:06 -0300 Subject: [PATCH] New package: gcalcli-4.3.0 --- srcpkgs/gcalcli/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/gcalcli/template diff --git a/srcpkgs/gcalcli/template b/srcpkgs/gcalcli/template new file mode 100644 index 000000000000..2e53dc50fc5f --- /dev/null +++ b/srcpkgs/gcalcli/template @@ -0,0 +1,16 @@ +# Template file for 'gcalcli' +pkgname=gcalcli +version=4.3.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +short_desc="Google Calendar Command Line Interface" +maintainer="Alan B. de Oliveira " +license="MIT" +homepage="https://github.com/insanum/gcalcli" +distfiles="https://github.com/insanum/gcalcli/archive/v${version}.tar.gz" +checksum="597d96ee1c8b5f094cca75a059cb1a0056a612e734c32012ef0d41219ac3b0cd" + +post_install() { + vlicense LICENSE +}