diff --git a/srcpkgs/lsp/template b/srcpkgs/lsp/template new file mode 100644 index 00000000000..741df7c9576 --- /dev/null +++ b/srcpkgs/lsp/template @@ -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 " +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 +}