From 2df88a6fc63d5c5fc0aa932e6898904cbfbe6e81 Mon Sep 17 00:00:00 2001 From: Marty Oehme <contact@martyoeh.me> Date: Tue, 1 Apr 2025 13:49:15 +0200 Subject: [PATCH] Add topen package --- srcpkgs/topen/template | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 srcpkgs/topen/template diff --git a/srcpkgs/topen/template b/srcpkgs/topen/template new file mode 100644 index 0000000..5053e74 --- /dev/null +++ b/srcpkgs/topen/template @@ -0,0 +1,14 @@ +# Template file for 'topen' +pkgname=topen +version=0.1.0 +revision=1 +build_style=python3-pep517 +depends="python3-tasklib" +hostmakedepends="python3-setuptools" +short_desc="note editing for taskwarrior tasks" +maintainer="Marty Oehme <contact@martyoeh.me>" +license="MIT" +homepage="https://github.com/marty-oehme/topen" +distfiles="${PYPI_SITE}/t/topen/topen-0.1.0.tar.gz" +checksum=660b4b7c2aadbac9b17907380528d0549252a386c046fc3b4462c168a2f75329 +make_check=no # don't exec tests, we don't have any