mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-08 13:03:17 +02:00
29 lines
792 B
Bash
29 lines
792 B
Bash
# Template file for 'lf'
|
|
pkgname=lf
|
|
version=r36
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/gokcehan/${pkgname}"
|
|
go_ldflags="-X main.gVersion=$version"
|
|
short_desc="Terminal file manager"
|
|
maintainer="Daniel Lewan <daniel@teddydd.me>"
|
|
license="MIT"
|
|
homepage="https://github.com/gokcehan/lf"
|
|
distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz"
|
|
checksum=478be3cfae12322273985f443496a511b444ebbd5d5bbec05f7eddaa9b098968
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vsconf etc/lfrc.example lfrc
|
|
vman lf.1
|
|
vcompletion etc/lf.fish fish
|
|
vcompletion etc/lf.zsh zsh
|
|
vcompletion etc/lf.bash bash
|
|
vinstall lf.desktop 644 usr/share/applications
|
|
vsconf etc/colors.example
|
|
vsconf etc/icons.example
|
|
vsconf etc/lfcd.sh
|
|
vsconf etc/lfcd.fish
|
|
vsconf etc/lfcd.csh
|
|
vsconf etc/lfcd.nu
|
|
}
|