Merge pull request #6166 from diogoleal/lsp

New package: lsp-0.2.0
This commit is contained in:
Enno Boland 2017-04-18 19:37:27 +02:00 committed by GitHub
commit 08ffb00145

17
srcpkgs/lsp/template Normal file
View file

@ -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
}