aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/lf/template
blob: f82e08182fad9428df11f81484e293e73607c4f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Template file for 'lf'
pkgname=lf
version=r32
revision=2
build_style=go
go_import_path="github.com/gokcehan/${pkgname}"
go_ldflags="-X main.gVersion=$version"
short_desc="Terminal file manager"
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=01531e7a78d8bfbe14739072e93446d003f0e4ce12032a26671fa326b73bc911

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
	vsconf etc/colors.example
	vsconf etc/icons.example
	vsconf etc/lfcd.sh
	vsconf etc/lfcd.fish
	vsconf etc/lfcd.csh
	vsconf etc/lfcd.nu

}