diff --git a/srcpkgs/yek/template b/srcpkgs/yek/template new file mode 100644 index 00000000000000..5fe73a7de7aa1e --- /dev/null +++ b/srcpkgs/yek/template @@ -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 " +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 +}