lf: update to r9.

This commit is contained in:
Daniel Lewan 2019-01-31 22:52:22 +01:00 committed by maxice8
parent 7a9ef117a9
commit 343e9f1701

View file

@ -1,6 +1,6 @@
# Template file for 'lf'
pkgname=lf
version=r8
version=r9
revision=1
build_style=go
go_import_path="github.com/gokcehan/${pkgname}"
@ -11,10 +11,11 @@ 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=b92bfba41cc1b4054c44bf615907380482c66694fc9eaf4affe185b39cb9bb26
checksum=bb7a951b15e8400a0f4a6ad6ef84582517b40c8568b2044e333963fd34ca74c7
post_install() {
vlicense LICENSE
vsconf etc/lfrc.example lfrc
vman lf.1
vinstall etc/lf.fish 0644 usr/share/fish/completions
}