Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: ansible-language-server-0.10.0
Date: Mon, 14 Nov 2022 15:09:50 +0100	[thread overview]
Message-ID: <20221114140950.0jelLrT0g4AR5n7JjNuxv8XjgKCCkuhJ4w_9WBktjo0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-38563@inbox.vuxu.org>

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

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

https://github.com/jcgruenhage/void-packages ansible-language-server-0.10.0_1
https://github.com/void-linux/void-packages/pull/38563

New package: ansible-language-server-0.10.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Follow-up from #33519

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/38563.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-language-server-0.10.0_1-38563.patch --]
[-- Type: text/x-diff, Size: 1444 bytes --]

From fa5f699058170bb330b9b3c9aa38efeab954d71b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 12 Oct 2021 17:00:26 +0200
Subject: [PATCH] New package: ansible-language-server-1.0.2

---
 srcpkgs/ansible-language-server/template | 27 ++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/ansible-language-server/template

diff --git a/srcpkgs/ansible-language-server/template b/srcpkgs/ansible-language-server/template
new file mode 100644
index 000000000000..30e324948698
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,27 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=1.0.2
+revision=1
+hostmakedepends="nodejs"
+depends="nodejs ansible python3-ansible-lint"
+short_desc="Language server for Ansible"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="MIT"
+homepage="https://github.com/ansible/ansible-language-server"
+distfiles="https://github.com/ansible/ansible-language-server/archive/refs/tags/v${version}-next.0.tar.gz"
+checksum=b7ace07ca7b7c87921ade658cdc4a7df73bf4c02846b2e0fddcd40364626bfec
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-${version}.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2022-11-14 14:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-09 20:10 [PR PATCH] " jcgruenhage
2022-08-28 10:20 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-14 14:09 ` jcgruenhage [this message]
2022-12-28 23:34 ` [PR PATCH] [Updated] New package: ansible-language-server-1.0.2 jcgruenhage
2023-03-29  1:59 ` New package: ansible-language-server-1.0.4 github-actions
2023-04-04 13:36 ` jcgruenhage
2023-07-04  2:07 ` github-actions
2023-07-18  2:12 ` [PR PATCH] [Closed]: " github-actions

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=20221114140950.0jelLrT0g4AR5n7JjNuxv8XjgKCCkuhJ4w_9WBktjo0@z \
    --to=jcgruenhage@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).