From a3d57b271b91912b9fb7767534fbcc9b8a3b1be9 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Sun, 9 Feb 2025 08:57:01 +0100 Subject: [PATCH] New package: yek-0.18.0 --- srcpkgs/yek/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/yek/template 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 +}