lf: update to r14.
This commit is contained in:
parent
81c67d6009
commit
adf14451d4
1 changed files with 6 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lf'
|
# Template file for 'lf'
|
||||||
pkgname=lf
|
pkgname=lf
|
||||||
version=r13
|
version=r14
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/gokcehan/${pkgname}"
|
go_import_path="github.com/gokcehan/${pkgname}"
|
||||||
go_ldflags="-X main.gVersion=$version"
|
go_ldflags="-X main.gVersion=$version"
|
||||||
|
@ -11,11 +11,13 @@ maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/gokcehan/lf"
|
homepage="https://github.com/gokcehan/lf"
|
||||||
distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz"
|
distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz"
|
||||||
checksum=fe99ed9785fbdc606835139c0c52c854b32b1f1449ba83567a115b21d2e882f4
|
checksum=5266afa808f4612733af65289024c9eb182864f6a224fdfdf58f405a30c79644
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
vsconf etc/lfrc.example lfrc
|
vsconf etc/lfrc.example lfrc
|
||||||
vman lf.1
|
vman lf.1
|
||||||
vinstall etc/lf.fish 0644 usr/share/fish/vendor_completions.d
|
vinstall etc/lf.fish 644 usr/share/fish/vendor_completions.d
|
||||||
|
vinstall etc/lf.zsh 644 usr/share/zsh/site-functions _lf
|
||||||
|
vinstall lf.desktop 644 usr/share/applications
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue