Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: vale-style-alex 0.1.1
@ 2021-08-26 16:01 kkga
  2021-08-26 16:03 ` kkga
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kkga @ 2021-08-26 16:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages vale-style-alex
https://github.com/void-linux/void-packages/pull/32689

New package: vale-style-alex 0.1.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] 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?
- [ ] 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vale-style-alex-32689.patch --]
[-- Type: text/x-diff, Size: 1106 bytes --]

From 26bfa249986ff43b9839db0871a0db73c52e8196 Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Thu, 26 Aug 2021 19:01:31 +0300
Subject: [PATCH] New package: vale-style-alex 0.1.1

---
 srcpkgs/vale-style-alex/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/vale-style-alex/template

diff --git a/srcpkgs/vale-style-alex/template b/srcpkgs/vale-style-alex/template
new file mode 100644
index 000000000000..e56002b3d5ca
--- /dev/null
+++ b/srcpkgs/vale-style-alex/template
@@ -0,0 +1,18 @@
+# Template file for 'vale-style-alex'
+pkgname=vale-style-alex
+version=0.1.1
+revision=1
+wrksrc=alex-${version}
+short_desc="Vale-compatible implementation of the alex linter"
+maintainer="Paper <paper@tilde.institute>"
+license="MIT"
+homepage="https://github.com/errata-ai/alex/"
+distfiles="https://github.com/errata-ai/alex/archive/v${version}.tar.gz"
+checksum=0e0321e459e54a1ca5596c6f16176fdf6491d3df4fca2eb9cc7aff72cffe8cff
+
+do_install() {
+	for f in alex/*.yml; do
+		vinstall "$f" 644 "/usr/share/vale/alex/"
+	done
+	vlicense LICENSE
+}

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

* Re: New package: vale-style-alex 0.1.1
  2021-08-26 16:01 [PR PATCH] New package: vale-style-alex 0.1.1 kkga
@ 2021-08-26 16:03 ` kkga
  2021-08-26 16:05 ` kkga
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kkga @ 2021-08-26 16:03 UTC (permalink / raw)
  To: ml

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

New comment by kkga on void-packages repository

https://github.com/void-linux/void-packages/pull/32689#issuecomment-906541804

Comment:
@paper42 OK?

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

* Re: New package: vale-style-alex 0.1.1
  2021-08-26 16:01 [PR PATCH] New package: vale-style-alex 0.1.1 kkga
  2021-08-26 16:03 ` kkga
@ 2021-08-26 16:05 ` kkga
  2021-08-26 17:19 ` New package: vale-style-alex-0.1.1 paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: kkga @ 2021-08-26 16:05 UTC (permalink / raw)
  To: ml

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

New comment by kkga on void-packages repository

https://github.com/void-linux/void-packages/pull/32689#issuecomment-906543819

Comment:
@paper42 Sorry for pinging, just realized that the maintainer of `vale-*` packages (Paper <paper@tilde.institute>) is probably not you :sweat_smile: 

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

* Re: New package: vale-style-alex-0.1.1
  2021-08-26 16:01 [PR PATCH] New package: vale-style-alex 0.1.1 kkga
  2021-08-26 16:03 ` kkga
  2021-08-26 16:05 ` kkga
@ 2021-08-26 17:19 ` paper42
  2021-08-26 17:23 ` [PR PATCH] [Updated] " kkga
  2021-08-26 17:36 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-08-26 17:19 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/32689#issuecomment-906596544

Comment:
@kkga It is me, but feel free to assign yourself as the maintainer of this package.

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

* Re: [PR PATCH] [Updated] New package: vale-style-alex-0.1.1
  2021-08-26 16:01 [PR PATCH] New package: vale-style-alex 0.1.1 kkga
                   ` (2 preceding siblings ...)
  2021-08-26 17:19 ` New package: vale-style-alex-0.1.1 paper42
@ 2021-08-26 17:23 ` kkga
  2021-08-26 17:36 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: kkga @ 2021-08-26 17:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kkga/void-packages vale-style-alex
https://github.com/void-linux/void-packages/pull/32689

New package: vale-style-alex-0.1.1
<!-- 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
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vale-style-alex-32689.patch --]
[-- Type: text/x-diff, Size: 1107 bytes --]

From 8ae9bd711ade422b4f48c284af870aa81b18e0ce Mon Sep 17 00:00:00 2001
From: Gadzhi Kharkharov <me@kkga.me>
Date: Thu, 26 Aug 2021 19:01:31 +0300
Subject: [PATCH] New package: vale-style-alex 0.1.1

---
 srcpkgs/vale-style-alex/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/vale-style-alex/template

diff --git a/srcpkgs/vale-style-alex/template b/srcpkgs/vale-style-alex/template
new file mode 100644
index 000000000000..187a380007b3
--- /dev/null
+++ b/srcpkgs/vale-style-alex/template
@@ -0,0 +1,18 @@
+# Template file for 'vale-style-alex'
+pkgname=vale-style-alex
+version=0.1.1
+revision=1
+wrksrc=alex-${version}
+short_desc="Vale-compatible implementation of the alex linter"
+maintainer="Gadzhi Kharkharov <me@kkga.me>"
+license="MIT"
+homepage="https://github.com/errata-ai/alex/"
+distfiles="https://github.com/errata-ai/alex/archive/v${version}.tar.gz"
+checksum=0e0321e459e54a1ca5596c6f16176fdf6491d3df4fca2eb9cc7aff72cffe8cff
+
+do_install() {
+	for f in alex/*.yml; do
+		vinstall "$f" 644 "/usr/share/vale/alex/"
+	done
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: vale-style-alex-0.1.1
  2021-08-26 16:01 [PR PATCH] New package: vale-style-alex 0.1.1 kkga
                   ` (3 preceding siblings ...)
  2021-08-26 17:23 ` [PR PATCH] [Updated] " kkga
@ 2021-08-26 17:36 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2021-08-26 17:36 UTC (permalink / raw)
  To: ml

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

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

New package: vale-style-alex-0.1.1
https://github.com/void-linux/void-packages/pull/32689

Description:
<!-- 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
-->


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

end of thread, other threads:[~2021-08-26 17:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-26 16:01 [PR PATCH] New package: vale-style-alex 0.1.1 kkga
2021-08-26 16:03 ` kkga
2021-08-26 16:05 ` kkga
2021-08-26 17:19 ` New package: vale-style-alex-0.1.1 paper42
2021-08-26 17:23 ` [PR PATCH] [Updated] " kkga
2021-08-26 17:36 ` [PR PATCH] [Merged]: " paper42

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