Files
meta-wayland/recipes-support/fzf/fzf_0.68.0.bb
Markus Volk aae4159595 fzf: update
2026-02-20 17:38:12 +01:00

18 lines
519 B
BlitzBasic

SUMMARY = "A command-line fuzzy finder"
HOMEPAGE = "https://github.com/junegunn/fzf.git"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=edd55e9a395baee52799d6fb23fef6e5"
GO_IMPORT = "github.com/junegunn/fzf"
SRC_URI = "git://${GO_IMPORT};destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/src/${GO_IMPORT};branch=master;protocol=https"
SRCREV = "b908f7a0ec6f663604f23ad5096b16479670f9b9"
require ${PN}-go-mods.inc ${PN}-licenses.inc
inherit go-mod go-mod-update-modules
GO_INSTALL = "${GO_IMPORT}"