New package: erlang_ls-0.52.0

This commit is contained in:
Emil Tomczyk 2024-02-19 10:56:17 +01:00 committed by classabbyamp
parent 371cf1a388
commit 9a42ae7874
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# Template file for 'erlang_ls'
pkgname=erlang_ls
version=0.52.0
revision=1
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
hostmakedepends="rebar3 erlang"
depends="erlang"
short_desc="Erlang Language Server, written in Erlang"
maintainer="Emil Tomczyk <emru@emru.xyz>"
license="Apache-2.0"
homepage="https://erlang-ls.github.io/"
distfiles="https://github.com/erlang-ls/erlang_ls/archive/refs/tags/${version}.tar.gz"
checksum=8c9028cc65985746abc8736703381c04f0922116ef8cc7711bee09953432d968
export PATH="/usr/libexec/chroot-git:$PATH"
do_install() {
PREFIX=$PKGDESTDIR/usr make install
}