New package: lsp-0.2.0
This commit is contained in:
parent
a1e9e00bb2
commit
83fa3ea22f
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'lsp'
|
||||
pkgname=lsp
|
||||
version=0.2.0
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="github.com/dborzov/lsp"
|
||||
hostmakedepends="git"
|
||||
short_desc="Is like ls command but more human-friendly"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/dborzov/lsp"
|
||||
distfiles="https://github.com/dborzov/lsp/archive/v${version}.tar.gz"
|
||||
checksum=c8f1b27a5711526a23cd128d22483a86004f4bb71bd3896f0b8d3f69454d642b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Reference in New Issue