diff --git a/srcpkgs/tuicr/template b/srcpkgs/tuicr/template new file mode 100644 index 00000000000000..fd09647bafedf3 --- /dev/null +++ b/srcpkgs/tuicr/template @@ -0,0 +1,22 @@ +# Template file for 'tuicr' +pkgname=tuicr +version=0.25.0 +revision=1 +build_style=cargo +build_helper="rust qemu" +make_check_args="-- --skip should_return_no_changes_for_clean_repo" +hostmakedepends="pkg-config" +makedepends="libgit2-1.9-devel oniguruma-devel zlib-devel" +depends="git" +checkdepends="git" +short_desc="TUI code reviewer with vim keybindings" +maintainer="rayfadh " +license="MIT" +homepage="https://tuicr.dev/" +changelog="https://raw.githubusercontent.com/agavra/tuicr/refs/heads/main/CHANGELOG.md" +distfiles="https://github.com/agavra/tuicr/archive/refs/tags/v${version}.tar.gz" +checksum=e7553c629d89c3fae2845a21bddf365cc542e0d2f2eed01e2fb5ad7017bd81fc + +post_install() { + vlicense LICENSE +}