Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ast-grep-0.5.5
@ 2023-05-29 18:56 icp1994
  2023-05-30  7:17 ` [PR PATCH] [Updated] " icp1994
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: icp1994 @ 2023-05-29 18:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/44139

New package: ast-grep-0.5.5
#### Description
[ast-grep](https://ast-grep.github.io) is versatile, fast, and polyglot AST-based tool for code searching, linting, rewriting.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ast-grep-44139.patch --]
[-- Type: text/x-diff, Size: 1125 bytes --]

From ea576f2084c00bfb20145987b958e491ad8e4618 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 24 May 2023 19:32:59 +0530
Subject: [PATCH] New package: ast-grep-0.5.5

---
 srcpkgs/ast-grep/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/ast-grep/template

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
new file mode 100644
index 000000000000..f45b5e55f9c3
--- /dev/null
+++ b/srcpkgs/ast-grep/template
@@ -0,0 +1,18 @@
+# Template file for 'ast-grep'
+pkgname=ast-grep
+version=0.5.5
+revision=1
+build_wrksrc="crates/cli"
+build_style=cargo
+short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://ast-grep.github.io"
+changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
+distfiles="https://github.com/ast-grep/ast-grep/archive/refs/tags/${version}.tar.gz"
+checksum=39b581327301df7ac0d27daf81dcc299b90bfa061ae117662426d2f3f9f56145
+
+post_install() {
+	vlicense ../../LICENSE
+	rm ${DESTDIR}/usr/bin/sg
+}

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

* Re: [PR PATCH] [Updated] New package: ast-grep-0.5.5
  2023-05-29 18:56 [PR PATCH] New package: ast-grep-0.5.5 icp1994
@ 2023-05-30  7:17 ` icp1994
  2023-06-25  9:00 ` [PR PATCH] [Updated] New package: ast-grep-0.5.7 icp1994
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-05-30  7:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/44139

New package: ast-grep-0.5.5
#### Description
[ast-grep](https://ast-grep.github.io) is versatile, fast, and polyglot AST-based tool for code searching, linting, rewriting.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ast-grep-44139.patch --]
[-- Type: text/x-diff, Size: 1137 bytes --]

From ea26563caa557b6e148cb38eaf0912bc3302427d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 24 May 2023 19:32:59 +0530
Subject: [PATCH] New package: ast-grep-0.5.7

---
 srcpkgs/ast-grep/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/ast-grep/template

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
new file mode 100644
index 000000000000..fbdbc88e6d32
--- /dev/null
+++ b/srcpkgs/ast-grep/template
@@ -0,0 +1,18 @@
+# Template file for 'ast-grep'
+pkgname=ast-grep
+version=0.5.7
+revision=1
+build_style=cargo
+configure_args="--bin ast-grep"
+make_install_args="--path crates/cli"
+short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://ast-grep.github.io"
+changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
+distfiles="https://github.com/ast-grep/ast-grep/archive/refs/tags/${version}.tar.gz"
+checksum=1c44227a4ba23fcfb92042d96b8cc855f226685f4164835ec743ba10511300a0
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: ast-grep-0.5.7
  2023-05-29 18:56 [PR PATCH] New package: ast-grep-0.5.5 icp1994
  2023-05-30  7:17 ` [PR PATCH] [Updated] " icp1994
@ 2023-06-25  9:00 ` icp1994
  2023-07-10  6:58 ` [PR PATCH] [Updated] New package: ast-grep-0.7.0 icp1994
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-06-25  9:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/44139

New package: ast-grep-0.5.7
#### Description
[ast-grep](https://ast-grep.github.io) is versatile, fast, and polyglot AST-based tool for code searching, linting, rewriting.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ast-grep-44139.patch --]
[-- Type: text/x-diff, Size: 1099 bytes --]

From 3ee2dfb1eee33c83fb64ff229a447c93951731aa Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 24 May 2023 19:32:59 +0530
Subject: [PATCH] New package: ast-grep-0.7.0

---
 srcpkgs/ast-grep/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/ast-grep/template

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
new file mode 100644
index 000000000000..14ff2da1caaf
--- /dev/null
+++ b/srcpkgs/ast-grep/template
@@ -0,0 +1,17 @@
+# Template file for 'ast-grep'
+pkgname=ast-grep
+version=0.7.0
+revision=1
+build_style=cargo
+make_check_args="-- --skip=test_simple"
+short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://ast-grep.github.io"
+changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
+checksum=b6f1e7bed48e993cc903ed288fe4cb9590e3f358899ec3d981df58b2036e5ff4
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: ast-grep-0.7.0
  2023-05-29 18:56 [PR PATCH] New package: ast-grep-0.5.5 icp1994
  2023-05-30  7:17 ` [PR PATCH] [Updated] " icp1994
  2023-06-25  9:00 ` [PR PATCH] [Updated] New package: ast-grep-0.5.7 icp1994
@ 2023-07-10  6:58 ` icp1994
  2023-07-10  7:26 ` [PR PATCH] [Updated] New package: ast-grep-0.7.2 icp1994
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-07-10  6:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/44139

New package: ast-grep-0.7.0
#### Description
[ast-grep](https://ast-grep.github.io) is versatile, fast, and polyglot AST-based tool for code searching, linting, rewriting.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ast-grep-44139.patch --]
[-- Type: text/x-diff, Size: 1099 bytes --]

From 7feb11d7999613b76441e86bbe027aee116a2a18 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 24 May 2023 19:32:59 +0530
Subject: [PATCH] New package: ast-grep-0.7.2

---
 srcpkgs/ast-grep/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/ast-grep/template

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
new file mode 100644
index 000000000000..7510cf1bdacc
--- /dev/null
+++ b/srcpkgs/ast-grep/template
@@ -0,0 +1,17 @@
+# Template file for 'ast-grep'
+pkgname=ast-grep
+version=0.7.2
+revision=1
+build_style=cargo
+make_check_args="-- --skip=test_simple"
+short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://ast-grep.github.io"
+changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
+checksum=ffbbb363765b3926f897189bb0e9f2325ae63ed5c1467cf72def236166bf6d74
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: ast-grep-0.7.2
  2023-05-29 18:56 [PR PATCH] New package: ast-grep-0.5.5 icp1994
                   ` (2 preceding siblings ...)
  2023-07-10  6:58 ` [PR PATCH] [Updated] New package: ast-grep-0.7.0 icp1994
@ 2023-07-10  7:26 ` icp1994
  2023-07-14 22:42 ` HerringtonDarkholme
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-07-10  7:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/44139

New package: ast-grep-0.7.2
#### Description
[ast-grep](https://ast-grep.github.io) is versatile, fast, and polyglot AST-based tool for code searching, linting, rewriting.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ast-grep-44139.patch --]
[-- Type: text/x-diff, Size: 1133 bytes --]

From 26714ff4858c6791e2e9444c1fd9a337641b0866 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 24 May 2023 19:32:59 +0530
Subject: [PATCH] New package: ast-grep-0.7.2

---
 srcpkgs/ast-grep/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/ast-grep/template

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
new file mode 100644
index 000000000000..556056597f49
--- /dev/null
+++ b/srcpkgs/ast-grep/template
@@ -0,0 +1,18 @@
+# Template file for 'ast-grep'
+pkgname=ast-grep
+version=0.7.2
+revision=1
+build_style=cargo
+configure_args="--bin ast-grep"
+make_check_args="-- --skip=test_simple"
+short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://ast-grep.github.io"
+changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
+checksum=ffbbb363765b3926f897189bb0e9f2325ae63ed5c1467cf72def236166bf6d74
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: ast-grep-0.7.2
  2023-05-29 18:56 [PR PATCH] New package: ast-grep-0.5.5 icp1994
                   ` (3 preceding siblings ...)
  2023-07-10  7:26 ` [PR PATCH] [Updated] New package: ast-grep-0.7.2 icp1994
@ 2023-07-14 22:42 ` HerringtonDarkholme
  2023-07-16  5:48 ` [PR PATCH] [Updated] " icp1994
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: HerringtonDarkholme @ 2023-07-14 22:42 UTC (permalink / raw)
  To: ml

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

New comment by HerringtonDarkholme on void-packages repository

https://github.com/void-linux/void-packages/pull/44139#issuecomment-1636523438

Comment:
Thanks for helping ast-grep added to void-linux package. Appreciate it!

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

* Re: [PR PATCH] [Updated] New package: ast-grep-0.7.2
  2023-05-29 18:56 [PR PATCH] New package: ast-grep-0.5.5 icp1994
                   ` (4 preceding siblings ...)
  2023-07-14 22:42 ` HerringtonDarkholme
@ 2023-07-16  5:48 ` icp1994
  2023-07-31  6:22 ` [PR PATCH] [Updated] New package: ast-grep-0.9.0 icp1994
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-07-16  5:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/44139

New package: ast-grep-0.7.2
#### Description
[ast-grep](https://ast-grep.github.io) is versatile, fast, and polyglot AST-based tool for code searching, linting, rewriting.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ast-grep-44139.patch --]
[-- Type: text/x-diff, Size: 1103 bytes --]

From 7596fc47af7be758f11db700c6820249282f5582 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 24 May 2023 19:32:59 +0530
Subject: [PATCH] New package: ast-grep-0.9.0

---
 srcpkgs/ast-grep/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/ast-grep/template

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
new file mode 100644
index 000000000000..895315c3b0fe
--- /dev/null
+++ b/srcpkgs/ast-grep/template
@@ -0,0 +1,17 @@
+# Template file for 'ast-grep'
+pkgname=ast-grep
+version=0.9.0
+revision=1
+build_style=cargo
+make_install_args="--bin=ast-grep --path=."
+short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://ast-grep.github.io"
+changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
+checksum=7a9c8550dc14cd6b8e215f02cc00018386c35e903793c17cb39bce722914b5d2
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: ast-grep-0.9.0
  2023-05-29 18:56 [PR PATCH] New package: ast-grep-0.5.5 icp1994
                   ` (5 preceding siblings ...)
  2023-07-16  5:48 ` [PR PATCH] [Updated] " icp1994
@ 2023-07-31  6:22 ` icp1994
  2023-08-18 10:26 ` [PR PATCH] [Updated] New package: ast-grep-0.10.0 icp1994
  2023-10-25 12:55 ` [PR PATCH] [Merged]: New package: ast-grep-0.11.1 Piraty
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-07-31  6:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/44139

New package: ast-grep-0.9.0
#### Description
[ast-grep](https://ast-grep.github.io) is versatile, fast, and polyglot AST-based tool for code searching, linting, rewriting.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ast-grep-44139.patch --]
[-- Type: text/x-diff, Size: 1105 bytes --]

From f2414ee0ec8ed5cf6a5b804ad530f903c42356d7 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 24 May 2023 19:32:59 +0530
Subject: [PATCH] New package: ast-grep-0.10.0

---
 srcpkgs/ast-grep/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/ast-grep/template

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
new file mode 100644
index 000000000000..5a985a9a47cd
--- /dev/null
+++ b/srcpkgs/ast-grep/template
@@ -0,0 +1,17 @@
+# Template file for 'ast-grep'
+pkgname=ast-grep
+version=0.10.0
+revision=1
+build_style=cargo
+make_install_args="--bin=ast-grep --path=."
+short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://ast-grep.github.io"
+changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
+checksum=35452859d132b2baac94dc2b67c6a36bb3e313834fa1fa401363e0daf8ec6418
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: ast-grep-0.10.0
  2023-05-29 18:56 [PR PATCH] New package: ast-grep-0.5.5 icp1994
                   ` (6 preceding siblings ...)
  2023-07-31  6:22 ` [PR PATCH] [Updated] New package: ast-grep-0.9.0 icp1994
@ 2023-08-18 10:26 ` icp1994
  2023-10-25 12:55 ` [PR PATCH] [Merged]: New package: ast-grep-0.11.1 Piraty
  8 siblings, 0 replies; 10+ messages in thread
From: icp1994 @ 2023-08-18 10:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages ast-grep
https://github.com/void-linux/void-packages/pull/44139

New package: ast-grep-0.10.0
#### Description
[ast-grep](https://ast-grep.github.io) is versatile, fast, and polyglot AST-based tool for code searching, linting, rewriting.

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

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

From 96cb4c06ed97ea6d512b97fa50691809016e988c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 24 May 2023 19:32:59 +0530
Subject: [PATCH] New package: ast-grep-0.11.1

---
 srcpkgs/ast-grep/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/ast-grep/template

diff --git a/srcpkgs/ast-grep/template b/srcpkgs/ast-grep/template
new file mode 100644
index 0000000000000..913db37320f50
--- /dev/null
+++ b/srcpkgs/ast-grep/template
@@ -0,0 +1,17 @@
+# Template file for 'ast-grep'
+pkgname=ast-grep
+version=0.11.1
+revision=1
+build_style=cargo
+make_install_args="--bin=ast-grep --path=."
+short_desc="Fast and polyglot tool for code searching, linting, and rewriting"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://ast-grep.github.io"
+changelog="https://raw.githubusercontent.com/ast-grep/ast-grep/main/CHANGELOG.md"
+distfiles="https://static.crates.io/crates/ast-grep/ast-grep-${version}.crate"
+checksum=75c2e154b147766217310a7328d04f4c4c7ba5d281b56885fa5be254d1b3d871
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: ast-grep-0.11.1
  2023-05-29 18:56 [PR PATCH] New package: ast-grep-0.5.5 icp1994
                   ` (7 preceding siblings ...)
  2023-08-18 10:26 ` [PR PATCH] [Updated] New package: ast-grep-0.10.0 icp1994
@ 2023-10-25 12:55 ` Piraty
  8 siblings, 0 replies; 10+ messages in thread
From: Piraty @ 2023-10-25 12:55 UTC (permalink / raw)
  To: ml

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

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

New package: ast-grep-0.11.1
https://github.com/void-linux/void-packages/pull/44139

Description:
#### Description
[ast-grep](https://ast-grep.github.io) is versatile, fast, and polyglot AST-based tool for code searching, linting, rewriting.

#### 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] 10+ messages in thread

end of thread, other threads:[~2023-10-25 12:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-29 18:56 [PR PATCH] New package: ast-grep-0.5.5 icp1994
2023-05-30  7:17 ` [PR PATCH] [Updated] " icp1994
2023-06-25  9:00 ` [PR PATCH] [Updated] New package: ast-grep-0.5.7 icp1994
2023-07-10  6:58 ` [PR PATCH] [Updated] New package: ast-grep-0.7.0 icp1994
2023-07-10  7:26 ` [PR PATCH] [Updated] New package: ast-grep-0.7.2 icp1994
2023-07-14 22:42 ` HerringtonDarkholme
2023-07-16  5:48 ` [PR PATCH] [Updated] " icp1994
2023-07-31  6:22 ` [PR PATCH] [Updated] New package: ast-grep-0.9.0 icp1994
2023-08-18 10:26 ` [PR PATCH] [Updated] New package: ast-grep-0.10.0 icp1994
2023-10-25 12:55 ` [PR PATCH] [Merged]: New package: ast-grep-0.11.1 Piraty

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