Skip to content

Commit

Permalink
New package: yek-0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eloitor committed Feb 17, 2025
1 parent e728034 commit a3d57b2
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.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
}

0 comments on commit a3d57b2

Please sign in to comment.