From: toomyem <toomyem@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: yarn-language-server-1.15.0
Date: Wed, 05 Feb 2025 16:25:55 +0100 [thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-54224@inbox.vuxu.org> (raw)
[-- 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
+}
next reply other threads:[~2025-02-05 15:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-05 15:25 toomyem [this message]
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
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-54224@inbox.vuxu.org \
--to=toomyem@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).