Skip to content

Commit

Permalink
lf: update to r18.
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddyDD committed Dec 23, 2020
1 parent d653cd7 commit ace1ea5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/lf/template
Original file line number Diff line number Diff line change
@@ -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}"
Expand All @@ -11,13 +11,14 @@ 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
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
}

0 comments on commit ace1ea5

Please sign in to comment.