From acd54676a6ac7cd89a0c34098d6c1c3e7871664f Mon Sep 17 00:00:00 2001 From: Vitali Kaplich Date: Wed, 18 Mar 2026 00:29:15 +0300 Subject: [PATCH] New package: fsel-3.2.0 --- srcpkgs/fsel/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/fsel/template diff --git a/srcpkgs/fsel/template b/srcpkgs/fsel/template new file mode 100644 index 00000000000000..c78e17cf64962c --- /dev/null +++ b/srcpkgs/fsel/template @@ -0,0 +1,16 @@ +# Template file for 'fsel' +pkgname=fsel +version=3.2.0 +revision=1 +build_style=cargo +short_desc="Terminal file and app launcher with dmenu and clipboard features" +maintainer="Vitali Kaplich " +license="BSD-2-Clause" +homepage="https://github.com/Mjoyufull/fsel" +changelog="https://github.com/Mjoyufull/fsel/releases" +distfiles="https://github.com/Mjoyufull/fsel/archive/refs/tags/${version}.tar.gz" +checksum=5a71449e89a0612d940e325fb26023bb298c82ff12685ce83f695ed54e7a9a16 + +post_install() { + vlicense LICENSE +}