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 changed files with 7 additions and 5 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'lsp'
|
# Template file for 'lsp'
|
||||||
pkgname=lsp
|
pkgname=lsp
|
||||||
version=0.2.0
|
version=0.2.0.20160318
|
||||||
revision=9
|
revision=1
|
||||||
|
_githash=83465c0199da613c3f2e76f1308213fef4e52a75
|
||||||
|
wrksrc="${pkgname}-${_githash}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/dborzov/lsp"
|
go_import_path="github.com/dborzov/lsp"
|
||||||
hostmakedepends="git"
|
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>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/dborzov/lsp"
|
homepage="https://github.com/dborzov/lsp"
|
||||||
distfiles="https://github.com/dborzov/lsp/archive/v${version}.tar.gz"
|
distfiles="https://github.com/dborzov/lsp/archive/${_githash}.tar.gz"
|
||||||
checksum=c8f1b27a5711526a23cd128d22483a86004f4bb71bd3896f0b8d3f69454d642b
|
checksum=2921c705d4d5c4eb6d3b02e498b8f7d23db5ec3f451574f7ed9ad1769c8a2d07
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue