diff --git a/srcpkgs/jj-fzf/template b/srcpkgs/jj-fzf/template new file mode 100644 index 00000000000..0e37657eef3 --- /dev/null +++ b/srcpkgs/jj-fzf/template @@ -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 " +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 +}