mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: jj-fzf-0.24.0
This commit is contained in:
parent
d8a75db0d8
commit
2899a5663f
1 changed files with 20 additions and 0 deletions
20
srcpkgs/jj-fzf/template
Normal file
20
srcpkgs/jj-fzf/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue