Github messages for voidlinux
 help / color / mirror / Atom feed
From: Emru1 <Emru1@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: erlang_ls-0.48.1
Date: Sat, 21 Oct 2023 15:04:29 +0200	[thread overview]
Message-ID: <20231021130429.teGhx7AWTEr64jV-VPuYgRWErPZrzBR2F28AupdOaY4@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-45549@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

There is an updated pull request by Emru1 against master on the void-packages repository

https://github.com/Emru1/void-packages erlang_ls
https://github.com/void-linux/void-packages/pull/45549

New package: erlang_ls-0.48.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/45549.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-erlang_ls-45549.patch --]
[-- Type: text/x-diff, Size: 1338 bytes --]

From 467e186f2f967fb16b6b17ee12636d99a43d77b4 Mon Sep 17 00:00:00 2001
From: Emil Tomczyk <emil.tomczyk@skni.umcs.pl>
Date: Fri, 11 Aug 2023 20:28:23 +0200
Subject: [PATCH] New package: erlang_ls-0.48.1

---
 srcpkgs/erlang_ls/template | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 srcpkgs/erlang_ls/template

diff --git a/srcpkgs/erlang_ls/template b/srcpkgs/erlang_ls/template
new file mode 100644
index 0000000000000..3647991622bd6
--- /dev/null
+++ b/srcpkgs/erlang_ls/template
@@ -0,0 +1,24 @@
+# Template file for 'erlang_ls'
+pkgname=erlang_ls
+version=0.48.1
+revision=1
+build_style=gnu-makefile
+make_build_args="PREFIX=/usr"
+hostmakedepends="rebar3 erlang git"
+depends="erlang"
+short_desc="Erlang Language Server, written in Erlang"
+maintainer="Emil Tomczyk <emil.tomczyk@skni.umcs.pl>"
+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=adb653c5d9792e1d25985491f1dbd91a9ab912b3ef3585b7ff356d4f2510f9d7
+
+post_extract() {
+	vsed -i "s/git/\"${version}\"/" apps/els_dap/src/els_dap.app.src
+	vsed -i "s/git/\"${version}\"/" apps/els_lsp/src/els_lsp.app.src
+	vsed -i "s/git/\"${version}\"/" src/erlang_ls.app.src
+}
+
+do_install() {
+	PREFIX=$PKGDESTDIR/usr make install
+}

  parent reply	other threads:[~2023-10-21 13:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-11 18:29 [PR PATCH] " Emru1
2023-09-10 10:00 ` [PR PATCH] [Updated] " Emru1
2023-10-21 13:04 ` Emru1 [this message]
2023-11-08  9:58 ` Emru1
2024-02-07  1:44 ` github-actions
2024-02-19  9:59 ` [PR PATCH] [Updated] " Emru1
2024-02-19 12:32 ` New package: erlang_ls-0.51.0 Emru1
2024-05-20  1:46 ` github-actions
2024-05-20  6:00 ` Emru1

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231021130429.teGhx7AWTEr64jV-VPuYgRWErPZrzBR2F28AupdOaY4@z \
    --to=emru1@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).