17 lines
480 B
Bash
17 lines
480 B
Bash
# Template file for 'lsp'
|
|
pkgname=lsp
|
|
version=0.2.0
|
|
revision=6
|
|
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
|
|
}
|