diff --git a/srcpkgs/felix/template b/srcpkgs/felix/template new file mode 100644 index 00000000000..1a788762355 --- /dev/null +++ b/srcpkgs/felix/template @@ -0,0 +1,20 @@ +# Template file for 'felix' +pkgname=felix +version=2.16.0 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="bzip2-devel libzstd-devel libgit2-1.8-devel" +short_desc="TUI file manager with vim-like key mapping" +maintainer="Emil Miler " +license="MIT" +homepage="https://kyoheiu.dev/felix/" +changelog="https://raw.githubusercontent.com/kyoheiu/felix/refs/heads/develop/CHANGELOG.md" +distfiles="https://github.com/kyoheiu/felix/archive/refs/tags/v${version}.tar.gz" +checksum=9fb0a1b120e3171883c8150792808e6871d052190ed8b9bcb0807970545285c6 + +post_install() { + # Binary name conflict with fx + mv "$DESTDIR/usr/bin/"{fx,felix} + vlicense LICENSE +}