Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ansible-language-server-0.10.0
@ 2022-08-09 20:10 jcgruenhage
  2022-08-28 10:20 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jcgruenhage @ 2022-08-09 20:10 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1439 bytes --]

From 880c903b2754a3391f7497a4f730ad97a579e10b 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-0.10.0

---
 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..0dd8e309d4af
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,27 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.10.0
+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}.tar.gz"
+checksum=12656dd02d5034c694689a1230de2d35ec602cee3886368d08e0c1463498f07e
+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
+}

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-07-18  2:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 20:10 [PR PATCH] New package: ansible-language-server-0.10.0 jcgruenhage
2022-08-28 10:20 ` [PR PATCH] [Updated] " jcgruenhage
2022-11-14 14:09 ` jcgruenhage
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

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).