diff --git a/srcpkgs/yatto/files/README.voidlinux b/srcpkgs/yatto/files/README.voidlinux new file mode 100644 index 00000000000000..0da24bb1ed8d94 --- /dev/null +++ b/srcpkgs/yatto/files/README.voidlinux @@ -0,0 +1,3 @@ +Optional dependencies: + +* `jujutsu` for a git-compatible VCS support diff --git a/srcpkgs/yatto/template b/srcpkgs/yatto/template new file mode 100644 index 00000000000000..0f8f7e508c25cc --- /dev/null +++ b/srcpkgs/yatto/template @@ -0,0 +1,22 @@ +# Template file for 'yatto' +pkgname=yatto +version=1.4.0 +revision=1 +build_style=go +go_import_path="github.com/handlebargh/yatto" +# Skip TestE2E: intermittently fails because of a short defaultWait timeout upstream +make_check_args=" -skip TestE2E" +depends="git" +checkdepends="git jujutsu" +short_desc="Interactive version-controlled todo-list for the command-line" +maintainer="nerdyslacker " +license="MIT" +homepage="https://github.com/handlebargh/yatto" +changelog="https://raw.githubusercontent.com/handlebargh/yatto/refs/heads/main/CHANGELOG.md" +distfiles="https://github.com/handlebargh/yatto/archive/refs/tags/v${version}.tar.gz" +checksum=a39473692e77ef0ac98f4b1aa43a8743d6fb26885c0d63f70c8d440876fdbd64 + +post_install() { + vlicense LICENSE + vdoc ${FILESDIR}/README.voidlinux +}