Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: yarn-language-server-1.15.0
@ 2025-02-05 15:25 toomyem
  2025-02-05 15:38 ` [PR PATCH] [Updated] New package: yaml-language-server-1.15.0 toomyem
  2025-03-06 13:30 ` [PR PATCH] [Closed]: " toomyem
  0 siblings, 2 replies; 3+ messages in thread
From: toomyem @ 2025-02-05 15:25 UTC (permalink / raw)
  To: ml

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

There is a new pull request by toomyem against master on the void-packages repository

https://github.com/toomyem/void-packages yaml-language-server
https://github.com/void-linux/void-packages/pull/54224

New package: yarn-language-server-1.15.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yaml-language-server-54224.patch --]
[-- Type: text/x-diff, Size: 1579 bytes --]

From ca947b59a2e3048cf6d2eaa88812f1d5b8143f7d Mon Sep 17 00:00:00 2001
From: toomyem <toomyem@gmail.com>
Date: Thu, 23 Jan 2025 11:34:55 +0100
Subject: [PATCH] New package: yarn-language-server-1.15.0

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

diff --git a/srcpkgs/yaml-language-server/template b/srcpkgs/yaml-language-server/template
new file mode 100644
index 00000000000000..cc20f6b2ca43fd
--- /dev/null
+++ b/srcpkgs/yaml-language-server/template
@@ -0,0 +1,33 @@
+# Template file for 'yaml-language-server'
+pkgname=yaml-language-server
+version=1.15.0
+revision=1
+hostmakedepends="nodejs yarn"
+depends="nodejs"
+short_desc="Yaml Language Server"
+maintainer="toomyem <toomyem@gmail.com>"
+license="MIT"
+homepage="https://github.com/redhat-developer/yaml-language-server"
+distfiles="https://github.com/redhat-developer/yaml-language-server/archive/refs/tags/${version}.tar.gz"
+checksum=80ff94d0461a98ad304b2306899157daa88e46045e7c747702cafa46645677d3
+
+do_build() {
+	npm install
+	npm run build
+	rm -r node_modules
+	npm install --omit=dev --ignore-scripts
+	chmod +x bin/yaml-language-server
+}
+
+do_install() {
+	vlicense LICENSE
+
+	vmkdir usr/bin
+	vmkdir usr/lib/yaml-language-server
+	vcopy bin/ usr/lib/yaml-language-server
+	vcopy lib/ usr/lib/yaml-language-server
+	vcopy node_modules/ usr/lib/yaml-language-server
+
+	ln -sf /usr/lib/yaml-language-server/bin/yaml-language-server \
+		${DESTDIR}/usr/bin/yaml-language-server
+}

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

* Re: [PR PATCH] [Updated] New package: yaml-language-server-1.15.0
  2025-02-05 15:25 [PR PATCH] New package: yarn-language-server-1.15.0 toomyem
@ 2025-02-05 15:38 ` toomyem
  2025-03-06 13:30 ` [PR PATCH] [Closed]: " toomyem
  1 sibling, 0 replies; 3+ messages in thread
From: toomyem @ 2025-02-05 15:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/toomyem/void-packages yaml-language-server
https://github.com/void-linux/void-packages/pull/54224

New package: yaml-language-server-1.15.0
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-yaml-language-server-54224.patch --]
[-- Type: text/x-diff, Size: 1579 bytes --]

From 2ec6e7dfb466fcb3040723ac66e9248d13342e7d Mon Sep 17 00:00:00 2001
From: toomyem <toomyem@gmail.com>
Date: Thu, 23 Jan 2025 11:34:55 +0100
Subject: [PATCH] New package: yaml-language-server-1.15.0

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

diff --git a/srcpkgs/yaml-language-server/template b/srcpkgs/yaml-language-server/template
new file mode 100644
index 00000000000000..cc20f6b2ca43fd
--- /dev/null
+++ b/srcpkgs/yaml-language-server/template
@@ -0,0 +1,33 @@
+# Template file for 'yaml-language-server'
+pkgname=yaml-language-server
+version=1.15.0
+revision=1
+hostmakedepends="nodejs yarn"
+depends="nodejs"
+short_desc="Yaml Language Server"
+maintainer="toomyem <toomyem@gmail.com>"
+license="MIT"
+homepage="https://github.com/redhat-developer/yaml-language-server"
+distfiles="https://github.com/redhat-developer/yaml-language-server/archive/refs/tags/${version}.tar.gz"
+checksum=80ff94d0461a98ad304b2306899157daa88e46045e7c747702cafa46645677d3
+
+do_build() {
+	npm install
+	npm run build
+	rm -r node_modules
+	npm install --omit=dev --ignore-scripts
+	chmod +x bin/yaml-language-server
+}
+
+do_install() {
+	vlicense LICENSE
+
+	vmkdir usr/bin
+	vmkdir usr/lib/yaml-language-server
+	vcopy bin/ usr/lib/yaml-language-server
+	vcopy lib/ usr/lib/yaml-language-server
+	vcopy node_modules/ usr/lib/yaml-language-server
+
+	ln -sf /usr/lib/yaml-language-server/bin/yaml-language-server \
+		${DESTDIR}/usr/bin/yaml-language-server
+}

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

* Re: [PR PATCH] [Closed]: New package: yaml-language-server-1.15.0
  2025-02-05 15:25 [PR PATCH] New package: yarn-language-server-1.15.0 toomyem
  2025-02-05 15:38 ` [PR PATCH] [Updated] New package: yaml-language-server-1.15.0 toomyem
@ 2025-03-06 13:30 ` toomyem
  1 sibling, 0 replies; 3+ messages in thread
From: toomyem @ 2025-03-06 13:30 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: yaml-language-server-1.15.0
https://github.com/void-linux/void-packages/pull/54224

Description:
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (x86-64)


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

end of thread, other threads:[~2025-03-06 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-05 15:25 [PR PATCH] New package: yarn-language-server-1.15.0 toomyem
2025-02-05 15:38 ` [PR PATCH] [Updated] New package: yaml-language-server-1.15.0 toomyem
2025-03-06 13:30 ` [PR PATCH] [Closed]: " toomyem

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