void-packages/srcpkgs/lf/template
2021-10-22 16:47:36 -03:00

23 lines
665 B
Bash

# Template file for 'lf'
pkgname=lf
version=r26
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=dccd1ad67d2639e47fe0cbc93d74f202d6d6f0c3759fb0237affb7b1a2b1379e
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
}