void-packages/srcpkgs/lf/template
2018-07-19 07:03:44 +02:00

20 lines
550 B
Bash

# Template file for 'lf'
pkgname=lf
version=r7
revision=1
build_style=go
go_import_path="github.com/gokcehan/${pkgname}"
go_ldflags="-X main.gVersion=$version"
hostmakedepends="git"
short_desc="Terminal file manager"
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=53cdfac3dc6e8794b1a979ca7f53dda2a3b049ace3892938a2c20ed393bf27dd
post_install() {
vlicense LICENSE
vsconf etc/lfrc.example lfrc
vman lf.1
}