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.21.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"
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=14302174c37a8a74289abe5e06f7a45e5cc5e12b344195ddf0135fd3ec4fdddc

post_install() {
vlicense LICENSE
}