There was an error while loading. Please reload this page.
1 parent 871cd67 commit 925cba8Copy full SHA for 925cba8
1 file changed
srcpkgs/tuicr/template
@@ -0,0 +1,22 @@
1
+# Template file for 'tuicr'
2
+pkgname=tuicr
3
+version=0.21.0
4
+revision=1
5
+build_style=cargo
6
+build_helper="rust qemu"
7
+make_check_args="-- --skip should_return_no_changes_for_clean_repo"
8
+hostmakedepends="pkg-config"
9
+makedepends="libgit2-1.9-devel oniguruma-devel"
10
+depends="git"
11
+checkdepends="git"
12
+short_desc="TUI code reviewer with vim keybindings"
13
+maintainer="rayfadh <rayfadh@duck.com>"
14
+license="MIT"
15
+homepage="https://tuicr.dev/"
16
+changelog="https://raw.githubusercontent.com/agavra/tuicr/refs/heads/main/CHANGELOG.md"
17
+distfiles="https://github.com/agavra/tuicr/archive/refs/tags/v${version}.tar.gz"
18
+checksum=14302174c37a8a74289abe5e06f7a45e5cc5e12b344195ddf0135fd3ec4fdddc
19
+
20
+post_install() {
21
+ vlicense LICENSE
22
+}
0 commit comments