From 84f3f50ef09e14f5118132659e2d650dda297f58 Mon Sep 17 00:00:00 2001 From: xaltsc <41400742+xaltsc@users.noreply.github.com> Date: Sun, 4 Oct 2020 08:23:43 +0200 Subject: [PATCH] New package: tasksh-1.2.0 --- srcpkgs/tasksh/template | 16 ++++++++++++++++ srcpkgs/tasksh/update | 1 + 2 files changed, 17 insertions(+) create mode 100644 srcpkgs/tasksh/template create mode 100644 srcpkgs/tasksh/update diff --git a/srcpkgs/tasksh/template b/srcpkgs/tasksh/template new file mode 100644 index 00000000000..d6d10607d13 --- /dev/null +++ b/srcpkgs/tasksh/template @@ -0,0 +1,16 @@ +# Template file for 'tasksh' +pkgname=tasksh +version=1.2.0 +revision=1 +build_style=cmake +makedepends="libreadline8" +short_desc="Task Warrior shell" +maintainer="xaltsc " +license="MIT" +homepage="https://taskwarrior.org" +distfiles="https://taskwarrior.org/download/${pkgname}-${version}.tar.gz" +checksum=6e42f949bfd7fbdde4870af0e7b923114cc96c4344f82d9d924e984629e21ffd + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/tasksh/update b/srcpkgs/tasksh/update new file mode 100644 index 00000000000..125db71da82 --- /dev/null +++ b/srcpkgs/tasksh/update @@ -0,0 +1 @@ +ignore="*beta*"