mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
New package: lf-r3
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
abc2cb8eac
commit
15e9121cc8
1 changed files with 19 additions and 0 deletions
19
srcpkgs/lf/template
Normal file
19
srcpkgs/lf/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue