Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: yek-0.17.0 #54262

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
20 changes: 20 additions & 0 deletions srcpkgs/yek/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'yek'
pkgname=yek
version=0.18.0
revision=1
build_style=cargo
hostmakedepends="pkg-config"
makedepends="openssl-devel libgit2-devel"
depends="git"
checkdepends="git"
short_desc="Tool to serialize text-based files in a repository for LLM consumption"
maintainer="Eloi Torrents <[email protected]>"
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=dead3d6e7b307693de04ec88c6f928383888f54f97d355272559f017673180fa

post_install() {
vlicense LICENSE
}
Loading