New package: felix-2.16.0

This commit is contained in:
Emil Miler 2024-10-01 10:35:22 +02:00
parent 21df1fcf97
commit 198e01a524

20
srcpkgs/felix/template Normal file
View file

@ -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 <em@0x45.cz>"
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
}