void-packages/srcpkgs/lf/template
Daniel Lewan 5d81fe1563 lf: update to r19.
Close: #28147
Close: #28148
Close: #28150
2021-01-24 22:51:24 +07:00

23 lines
665 B
Bash

# Template file for 'lf'
pkgname=lf
version=r19
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 <vision360.daniel@gmail.com>"
license="MIT"
homepage="https://github.com/gokcehan/lf"
distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz"
checksum=8808069021ee1c0012440edabdc239b9f58f36bdd44d27b07eae7c91b97afdef
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
}