Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions srcpkgs/tuicr/template
Original file line number Diff line number Diff line change
@@ -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 <rayfadh@duck.com>"
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
}
Loading