lsp: update to 0.2.0.20160318. (#1597)
This package has not been updated in a while so use latest git commit.
This commit is contained in:
parent
238583ce0b
commit
e35ba40fab
@ -1,16 +1,18 @@
|
||||
# Template file for 'lsp'
|
||||
pkgname=lsp
|
||||
version=0.2.0
|
||||
revision=9
|
||||
version=0.2.0.20160318
|
||||
revision=1
|
||||
_githash=83465c0199da613c3f2e76f1308213fef4e52a75
|
||||
wrksrc="${pkgname}-${_githash}"
|
||||
build_style=go
|
||||
go_import_path="github.com/dborzov/lsp"
|
||||
hostmakedepends="git"
|
||||
short_desc="Is like ls command but more human-friendly"
|
||||
short_desc="More human-friendly ls command"
|
||||
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
|
||||
distfiles="https://github.com/dborzov/lsp/archive/${_githash}.tar.gz"
|
||||
checksum=2921c705d4d5c4eb6d3b02e498b8f7d23db5ec3f451574f7ed9ad1769c8a2d07
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user