diff --git a/srcpkgs/fsel/files/README.voidlinux b/srcpkgs/fsel/files/README.voidlinux new file mode 100644 index 00000000000000..bbe67cb6e23394 --- /dev/null +++ b/srcpkgs/fsel/files/README.voidlinux @@ -0,0 +1,7 @@ +Fsel recommends a number of optional dependencies that may be useful for users. + +For clipboard history mode support: +- cclip + +For native inline image previews in cclip mode support: +- Kitty, Sixel or Halfblocks-capable terminal diff --git a/srcpkgs/fsel/template b/srcpkgs/fsel/template new file mode 100644 index 00000000000000..5d866b45cba261 --- /dev/null +++ b/srcpkgs/fsel/template @@ -0,0 +1,17 @@ +# Template file for 'fsel' +pkgname=fsel +version=3.5.1 +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=78434c70bf1c8edce90cc5f44e13d21301e0c93b4bf5822a84de942c4e29b518 + +post_install() { + vlicense LICENSE + vdoc "${FILESDIR}/README.voidlinux" +}