* [PR PATCH] New package: typos-1.26.0
@ 2024-10-08 15:25 Bnyro
2024-10-08 15:27 ` [PR PATCH] [Updated] " Bnyro
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Bnyro @ 2024-10-08 15:25 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 839 bytes --]
There is a new pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages typos
https://github.com/void-linux/void-packages/pull/52564
New package: typos-1.26.0
<!-- 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 [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-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/52564.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-typos-52564.patch --]
[-- Type: text/x-diff, Size: 1033 bytes --]
From 35c8c5249336efc60cf426970142423edc9babc4 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 8 Oct 2024 17:24:11 +0200
Subject: [PATCH] New package: typos-1.26.0
---
srcpkgs/typos/template | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 srcpkgs/typos/template
diff --git a/srcpkgs/typos/template b/srcpkgs/typos/template
new file mode 100644
index 00000000000000..27fb2f4d2750eb
--- /dev/null
+++ b/srcpkgs/typos/template
@@ -0,0 +1,13 @@
+# Template file for 'typos'
+pkgname=typos
+version=1.26.0
+revision=1
+build_style=cargo
+make_install_args="--path crates/typos-cli"
+short_desc="Source code spell checker"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="Apache-2.0 OR MIT"
+homepage="https://github.com/crate-ci/typos"
+changelog="https://raw.githubusercontent.com/crate-ci/typos/refs/heads/master/CHANGELOG.md"
+distfiles="https://github.com/crate-ci/typos/archive/refs/tags/v${version}.tar.gz"
+checksum=d546fdc8d0caea03a54b962b079a7634171c857bfde469520a5abb740514ac11
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: typos-1.26.0
2024-10-08 15:25 [PR PATCH] New package: typos-1.26.0 Bnyro
@ 2024-10-08 15:27 ` Bnyro
2025-01-07 2:00 ` github-actions
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Bnyro @ 2024-10-08 15:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 844 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages typos
https://github.com/void-linux/void-packages/pull/52564
New package: typos-1.26.0
<!-- 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 [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-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/52564.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-typos-52564.patch --]
[-- Type: text/x-diff, Size: 1083 bytes --]
From 57b8e955c331d3d0f620ff06b303aede34145b64 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 8 Oct 2024 17:24:11 +0200
Subject: [PATCH] New package: typos-1.26.0
---
srcpkgs/typos/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/typos/template
diff --git a/srcpkgs/typos/template b/srcpkgs/typos/template
new file mode 100644
index 00000000000000..c232bbe726dfb1
--- /dev/null
+++ b/srcpkgs/typos/template
@@ -0,0 +1,17 @@
+# Template file for 'typos'
+pkgname=typos
+version=1.26.0
+revision=1
+build_style=cargo
+make_install_args="--path crates/typos-cli"
+short_desc="Source code spell checker"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="Apache-2.0 OR MIT"
+homepage="https://github.com/crate-ci/typos"
+changelog="https://raw.githubusercontent.com/crate-ci/typos/refs/heads/master/CHANGELOG.md"
+distfiles="https://github.com/crate-ci/typos/archive/refs/tags/v${version}.tar.gz"
+checksum=d546fdc8d0caea03a54b962b079a7634171c857bfde469520a5abb740514ac11
+
+post_install() {
+ vlicense LICENSE-MIT
+}
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New package: typos-1.26.0
2024-10-08 15:25 [PR PATCH] New package: typos-1.26.0 Bnyro
2024-10-08 15:27 ` [PR PATCH] [Updated] " Bnyro
@ 2025-01-07 2:00 ` github-actions
2025-01-07 7:10 ` Bnyro
2025-01-14 8:33 ` [PR PATCH] [Updated] New package: typos-1.29.4 Bnyro
3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2025-01-07 2:00 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/52564#issuecomment-2574247084
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: New package: typos-1.26.0
2024-10-08 15:25 [PR PATCH] New package: typos-1.26.0 Bnyro
2024-10-08 15:27 ` [PR PATCH] [Updated] " Bnyro
2025-01-07 2:00 ` github-actions
@ 2025-01-07 7:10 ` Bnyro
2025-01-14 8:33 ` [PR PATCH] [Updated] New package: typos-1.29.4 Bnyro
3 siblings, 0 replies; 5+ messages in thread
From: Bnyro @ 2025-01-07 7:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 144 bytes --]
New comment by Bnyro on void-packages repository
https://github.com/void-linux/void-packages/pull/52564#issuecomment-2574540861
Comment:
bump
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] New package: typos-1.29.4
2024-10-08 15:25 [PR PATCH] New package: typos-1.26.0 Bnyro
` (2 preceding siblings ...)
2025-01-07 7:10 ` Bnyro
@ 2025-01-14 8:33 ` Bnyro
3 siblings, 0 replies; 5+ messages in thread
From: Bnyro @ 2025-01-14 8:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 844 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages typos
https://github.com/void-linux/void-packages/pull/52564
New package: typos-1.29.4
<!-- 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 [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-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/52564.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-typos-52564.patch --]
[-- Type: text/x-diff, Size: 1083 bytes --]
From eeba8e3eaad7a15d27054288f4041b4cc051d203 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Tue, 8 Oct 2024 17:24:11 +0200
Subject: [PATCH] New package: typos-1.29.4
---
srcpkgs/typos/template | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
create mode 100644 srcpkgs/typos/template
diff --git a/srcpkgs/typos/template b/srcpkgs/typos/template
new file mode 100644
index 00000000000000..a276720d90d8df
--- /dev/null
+++ b/srcpkgs/typos/template
@@ -0,0 +1,17 @@
+# Template file for 'typos'
+pkgname=typos
+version=1.29.4
+revision=1
+build_style=cargo
+make_install_args="--path crates/typos-cli"
+short_desc="Source code spell checker"
+maintainer="Bnyro <bnyro@tutanota.com>"
+license="Apache-2.0 OR MIT"
+homepage="https://github.com/crate-ci/typos"
+changelog="https://raw.githubusercontent.com/crate-ci/typos/refs/heads/master/CHANGELOG.md"
+distfiles="https://github.com/crate-ci/typos/archive/refs/tags/v${version}.tar.gz"
+checksum=d546fdc8d0caea03a54b962b079a7634171c857bfde469520a5abb740514ac11
+
+post_install() {
+ vlicense LICENSE-MIT
+}
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-01-14 8:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-08 15:25 [PR PATCH] New package: typos-1.26.0 Bnyro
2024-10-08 15:27 ` [PR PATCH] [Updated] " Bnyro
2025-01-07 2:00 ` github-actions
2025-01-07 7:10 ` Bnyro
2025-01-14 8:33 ` [PR PATCH] [Updated] New package: typos-1.29.4 Bnyro
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).