17 lines
611 B
Bash
17 lines
611 B
Bash
# Template file for 'jj-fzf'
|
|
pkgname=jj-fzf
|
|
version=0.42.0
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
depends="bash fzf gawk git jujutsu"
|
|
hostmakedepends="${depends} pandoc python3 util-linux"
|
|
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/releases/download/v${version}/jj-fzf-${version}.tar.zst"
|
|
checksum=42bc13b6719ba3ac0595f3498a6711d87b83df612fa0e2ffa140d0d6a2277be3
|
|
|
|
make_check=no # flaky
|