mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 09:37:02 +02:00
New package: felix-2.16.0
This commit is contained in:
parent
21df1fcf97
commit
198e01a524
1 changed files with 20 additions and 0 deletions
20
srcpkgs/felix/template
Normal file
20
srcpkgs/felix/template
Normal 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
|
||||
}
|
Loading…
Add table
Reference in a new issue