Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55
@ 2022-08-07 13:48 akhiljalagam
  2022-08-07 13:53 ` meator
                   ` (22 more replies)
  0 siblings, 23 replies; 24+ messages in thread
From: akhiljalagam @ 2022-08-07 13:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akhiljalagam/void-packages zsh-fast-syntax-highlighting
https://github.com/void-linux/void-packages/pull/38519

New package: zsh-fast-syntax-highlighting-1.55
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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/38519.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-zsh-fast-syntax-highlighting-38519.patch --]
[-- Type: text/x-diff, Size: 1420 bytes --]

From ba119e2546220305345939d2e20ece28efdde726 Mon Sep 17 00:00:00 2001
From: akhil <akhil.j@outlook.in>
Date: Sun, 7 Aug 2022 19:10:43 +0530
Subject: [PATCH] New package: zsh-fast-syntax-highlighting-1.55

---
 srcpkgs/zsh-fast-syntax-highlighting/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/zsh-fast-syntax-highlighting/template

diff --git a/srcpkgs/zsh-fast-syntax-highlighting/template b/srcpkgs/zsh-fast-syntax-highlighting/template
new file mode 100644
index 000000000000..1692e61b9f9c
--- /dev/null
+++ b/srcpkgs/zsh-fast-syntax-highlighting/template
@@ -0,0 +1,19 @@
+# Template file for 'zsh-fast-syntax-highlighting'
+pkgname=zsh-fast-syntax-highlighting
+version=1.55
+revision=1
+wrksrc="fast-syntax-highlighting-${version}"
+depends="zsh"
+short_desc="Feature-rich syntax highlighting for ZSH"
+maintainer="akhil <akhil.j@outlook.in>"
+license="BSD-3-Clause"
+homepage="https://github.com/zdharma-continuum/fast-syntax-highlighting"
+changelog="https://raw.githubusercontent.com/zdharma-continuum/fast-syntax-highlighting/master/changelog.md"
+distfiles="https://github.com/zdharma-continuum/fast-syntax-highlighting/archive/refs/tags/v${version}.tar.gz"
+checksum=d06cea9c047ce46ad09ffd01a8489a849fc65b8b6310bd08f8bcec9d6f81a898
+
+do_install() {
+	vmkdir usr/share/zsh/plugins/${pkgname}
+	vcopy . usr/share/zsh/plugins/${pkgname}
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2022-08-29 13:43 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-07 13:48 [PR PATCH] New package: zsh-fast-syntax-highlighting-1.55 akhiljalagam
2022-08-07 13:53 ` meator
2022-08-07 13:55 ` akhiljalagam
2022-08-07 13:58 ` [PR REVIEW] " classabbyamp
2022-08-07 13:58 ` classabbyamp
2022-08-07 13:58 ` classabbyamp
2022-08-07 14:00 ` akhiljalagam
2022-08-07 14:00 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-07 14:03 ` akhiljalagam
2022-08-07 14:03 ` akhiljalagam
2022-08-07 14:08 ` [PR REVIEW] " classabbyamp
2022-08-07 14:08 ` classabbyamp
2022-08-07 14:09 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-07 14:10 ` [PR REVIEW] " akhiljalagam
2022-08-07 14:25 ` classabbyamp
2022-08-07 14:29 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-07 14:29 ` [PR REVIEW] " akhiljalagam
2022-08-07 14:31 ` classabbyamp
2022-08-07 14:32 ` [PR PATCH] [Updated] " akhiljalagam
2022-08-07 14:33 ` akhiljalagam
2022-08-07 14:57 ` meator
2022-08-08  5:45 ` akhiljalagam
2022-08-08 22:43 ` cinerea0
2022-08-29 13:43 ` [PR PATCH] [Closed]: " akhiljalagam

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