mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
lf: update to r32.
This commit is contained in:
parent
2f5c12728a
commit
8f58d245d2
1 changed files with 13 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'lf'
|
||||
pkgname=lf
|
||||
version=r31
|
||||
version=r32
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/gokcehan/${pkgname}"
|
||||
|
@ -10,7 +10,11 @@ maintainer="Daniel Lewan <daniel@teddydd.me>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/gokcehan/lf"
|
||||
distfiles="https://github.com/gokcehan/lf/archive/${version}.tar.gz"
|
||||
checksum=ed47fc22c58cf4f4e4116a58c500bdb9f9ccc0b89f87be09f321e8d1431226ab
|
||||
checksum=01531e7a78d8bfbe14739072e93446d003f0e4ce12032a26671fa326b73bc911
|
||||
|
||||
do_check() {
|
||||
go test ./...
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -20,4 +24,11 @@ post_install() {
|
|||
vcompletion etc/lf.zsh zsh
|
||||
vcompletion etc/lf.bash bash
|
||||
vinstall lf.desktop 644 usr/share/applications
|
||||
vsconf etc/colors.example
|
||||
vsconf etc/icons.example
|
||||
vsconf etc/lfcd.sh
|
||||
vsconf etc/lfcd.fish
|
||||
vsconf etc/lfcd.csh
|
||||
vsconf etc/lfcd.nu
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue