Skip to content

Commit

Permalink
New package: yek-0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eloitor committed Feb 9, 2025
1 parent ccdb0a8 commit 38751e0
Showing 1 changed file with 20 additions and 0 deletions.
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.17.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=ff04146eaccddae3694b6c544128425761afbd53af19d62ca32cae03f240deb3

post_install() {
vlicense LICENSE
}

0 comments on commit 38751e0

Please sign in to comment.