New package: jj-fzf-0.24.0

This commit is contained in:
Leah Neukirchen 2024-12-30 22:38:46 +01:00
parent d8a75db0d8
commit 2899a5663f

20
srcpkgs/jj-fzf/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'jj-fzf'
pkgname=jj-fzf
version=0.24.0
revision=1
depends="bash fzf gawk git jujutsu"
checkdepends="${depends}"
short_desc="Text UI for Jujutsu based on fzf"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MPL-2.0"
homepage="https://github.com/tim-janik/jj-fzf/"
changelog="https://github.com/tim-janik/jj-fzf/blob/trunk/NEWS.md"
distfiles="https://github.com/tim-janik/jj-fzf/archive/refs/tags/v${version}.tar.gz"
checksum=7eb477e642924e7e3408fa08ea4dbe7457a853b1f2ad0e6b751de644f8fab6a6
do_build() {
:
}
do_install() {
vbin jj-fzf
}