Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions srcpkgs/yatto/files/README.voidlinux
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Optional dependencies:

* `jujutsu` for a git-compatible VCS support
22 changes: 22 additions & 0 deletions srcpkgs/yatto/template
Original file line number Diff line number Diff line change
@@ -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 <karyan40024@gmail.com>"
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
}