void-packages/srcpkgs/lf/template
Daniel Lewan 7bf48abab1 lf: update to r5.
lf: add update check
Closes #24.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-16 19:28:23 +02:00

19 lines
539 B
Bash

# Template file for 'lf'
pkgname=lf
version=r5
revision=1
build_style=go
go_import_path="github.com/gokcehan/${pkgname}"
go_ldflags="-X main.gVersion=$version"
hostmakedepends="git"
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=ade6c4cc750235a51d4fd6aeeabe8fa7adfcea90504804e739d492bd01e534bb
post_install() {
vlicense LICENSE
vsconf etc/lfrc.example lfrc
}