lf: update to r18.

This commit is contained in:
Daniel Lewan 2020-12-23 18:03:41 +01:00 committed by Érico Nogueira Rolim
parent d653cd7714
commit d8c5fd699e

View file

@ -1,6 +1,6 @@
# Template file for 'lf'
pkgname=lf
version=r17
version=r18
revision=1
build_style=go
go_import_path="github.com/gokcehan/${pkgname}"
@ -11,7 +11,7 @@ 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=a6906f6c40de8cbd643d0dc6a7a25b83a6403f0e87a8352289189bea17123342
checksum=b9aba66ee8f0ca8229d4d3c0956fa7a7fd71a7e099e119d5609d29a1d9019344
post_install() {
vlicense LICENSE
@ -19,5 +19,6 @@ post_install() {
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
}