e35ba40fab
This package has not been updated in a while so use latest git commit.
19 lines
559 B
Bash
19 lines
559 B
Bash
# Template file for 'lsp'
|
|
pkgname=lsp
|
|
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="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/${_githash}.tar.gz"
|
|
checksum=2921c705d4d5c4eb6d3b02e498b8f7d23db5ec3f451574f7ed9ad1769c8a2d07
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|