New package: lf-r3

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Daniel Lewan 2018-03-31 14:15:13 +02:00 committed by Jürgen Buchmüller
parent abc2cb8eac
commit 15e9121cc8
No known key found for this signature in database
GPG key ID: 6764EC32352D0647

19
srcpkgs/lf/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'lf'
pkgname=lf
version=r3
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://${go_import_path}"
distfiles="${homepage}/archive/${version}.tar.gz"
checksum=3337cebb6332d6bc9c8cecd6348e620e5f042538b1ee5500fc61c7f2df0e0a48
post_install() {
vlicense LICENSE
vsconf etc/lfrc.example lfrc
}