Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012
@ 2021-10-13 10:11 jcgruenhage
  2021-10-14 11:42 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: jcgruenhage @ 2021-10-13 10:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1757 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.0.20211012_1
https://github.com/void-linux/void-packages/pull/33519

WIP: New package: ansible-language-server-0.0.20211012
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->

## Blockers:
 - New upstream release (https://github.com/ansible/ansible-language-server/issues/64)

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

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

From 41c733b3ffa841af424e3fe436a39376ba3e88fb 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.0.20211012

---
 srcpkgs/ansible-language-server/template | 34 ++++++++++++++++++++++++
 1 file changed, 34 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..5bc05de68a56
--- /dev/null
+++ b/srcpkgs/ansible-language-server/template
@@ -0,0 +1,34 @@
+# Template file for 'ansible-language-server'
+pkgname=ansible-language-server
+version=0.0.20211012
+revision=1
+_commit=264776cf3a0f0090f48e0afd57724fecfbc6ab1a
+wrksrc=${pkgname}-${_commit}
+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"
+distfiles="https://github.com/ansible/ansible-language-server/archive/${_commit}.tar.gz"
+checksum=45744c142090d9a9dddb61c5bac06d70f4a8a22f2cabac874683583732f3dd58
+python_version=3
+
+do_build() {
+	npm install
+	npm run compile
+	npm pack
+}
+
+do_check() {
+	npm run test
+}
+
+do_install() {
+	npm --global --prefix "${DESTDIR}/usr" install "ansible-ansible-language-server-0.1.1-0.tgz"
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2022-06-26 10:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13 10:11 [PR PATCH] WIP: New package: ansible-language-server-0.0.20211012 jcgruenhage
2021-10-14 11:42 ` [PR PATCH] [Updated] " jcgruenhage
2021-10-14 11:48 ` [PR PATCH] [Updated] WIP: New package: ansible-language-server-0.2.0 jcgruenhage
2021-10-14 20:17 ` jcgruenhage
2021-10-19 15:17 ` jcgruenhage
2021-10-23 10:56 ` [PR PATCH] [Updated] New package: ansible-language-server-0.2.4 jcgruenhage
2021-10-23 11:18 ` jcgruenhage
2021-11-08 11:49 ` jcgruenhage
2022-06-07  2:12 ` New package: ansible-language-server-0.2.6 github-actions
2022-06-10 20:10 ` [PR PATCH] [Updated] " jcgruenhage
2022-06-25  2:15 ` [PR PATCH] [Closed]: " github-actions
2022-06-26 10:04 ` jcgruenhage

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