void-linux / void-linux/void-packages
Package request: yek
Open
Nobody has claimed this yet.
request
- Dominant language
- Shell
- Stars
- 3.4k
- Forks
- 2.8k
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 299
Description
Package name
yek
Package homepage
https://github.com/bodo-run/yek
Description
Tool to serialize text-based files in a repository for LLM consumption.
I started this one:
# Template file for 'yek'
pkgname=yek
version=0.16.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel libgit2-devel"
depends="git"
short_desc="Tool to serialize text-based files in a repository for LLM consumption"
maintainer=""
license="MIT"
homepage="https://github.com/bodo-run/yek"
changelog="https://raw.githubusercontent.com/bodo-run/yek/refs/heads/main/CHANGELOG.md"
distfiles="https://github.com/bodo-run/yek/archive/refs/tags/v${version}.tar.gz"
checksum=b653038d0f6ad40380723e7a0843d0060abdb5930c641d2f55c92f0466f7038a
post_install() {
vlicense LICENSE
}
failures:
---- e2e_tests::test_git_boost_config stdout ----
Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
---- e2e_tests::test_git_integration stdout ----
Error: Os { code: 2, kind: NotFound, message: "No such file or directory" }
failures:
e2e_tests::test_git_boost_config
e2e_tests::test_git_integration
test result: FAILED. 19 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.60s
error: test failed, to rerun pass `--test e2e_test`
Does the requested package meet the package requirements?
System, Compiled
Is the requested package released?
Yes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the supplied yek package template and the failing e2e_tests::test_git_boost_config and e2e_tests::test_git_integration cases. Reproduce the reported test command and inspect the missing-path error and package dependencies. Done means the package template is complete and the relevant tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, rust, shell
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100