Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tree-sitter-0.17.3
@ 2020-11-21 20:27 gbrlsnchs
  2020-11-21 20:28 ` [PR PATCH] [Updated] " gbrlsnchs
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: gbrlsnchs @ 2020-11-21 20:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/26573

New package: tree-sitter-0.17.3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tree-sitter-26573.patch --]
[-- Type: text/x-diff, Size: 1977 bytes --]

From 1365ebf24e2987ef32db35dea923aa6e4adb0683 Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Sat, 21 Nov 2020 16:58:11 -0300
Subject: [PATCH] New package: tree-sitter-0.17.3

---
 common/shlibs                |  1 +
 srcpkgs/tree-sitter-devel    |  1 +
 srcpkgs/tree-sitter/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/tree-sitter-devel
 create mode 100644 srcpkgs/tree-sitter/template

diff --git a/common/shlibs b/common/shlibs
index 8b31eaafdc4..23f84b3d796 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3993,3 +3993,4 @@ liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
 libtickit.so.3 libtickit-0.4.1_1
+libtree-sitter.so.0 tree-sitter-0.17.3_1
diff --git a/srcpkgs/tree-sitter-devel b/srcpkgs/tree-sitter-devel
new file mode 120000
index 00000000000..80b8bba47ca
--- /dev/null
+++ b/srcpkgs/tree-sitter-devel
@@ -0,0 +1 @@
+tree-sitter
\ No newline at end of file
diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
new file mode 100644
index 00000000000..7fe985fe87b
--- /dev/null
+++ b/srcpkgs/tree-sitter/template
@@ -0,0 +1,28 @@
+# Template file for 'tree-sitter'
+pkgname=tree-sitter
+version=0.17.3
+revision=1
+build_style=gnu-makefile
+short_desc="An incremental parsing system for programming tools"
+maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+license="MIT"
+homepage="https://tree-sitter.github.io/"
+_base_url="https://github.com/${pkgname}/${pkgname}"
+changelog="${_base_url}/releases"
+distfiles="${_base_url}/archive/${version}.tar.gz"
+checksum=a897e5c9a7ccb74271d9b20d59121d2d2e9de8b896c4d1cfaac0f8104c1ef9f8
+
+post_install() {
+	vlicense LICENSE
+}
+
+tree-sitter-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
@ 2020-11-21 20:28 ` gbrlsnchs
  2020-12-03 13:50 ` gbrlsnchs
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gbrlsnchs @ 2020-11-21 20:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/26573

New package: tree-sitter-0.17.3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tree-sitter-26573.patch --]
[-- Type: text/x-diff, Size: 1974 bytes --]

From c54a9166adf4dd6e16a8d876508d5a9977a692a4 Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Sat, 21 Nov 2020 16:58:11 -0300
Subject: [PATCH] New package: tree-sitter-0.17.3

---
 common/shlibs                |  1 +
 srcpkgs/tree-sitter-devel    |  1 +
 srcpkgs/tree-sitter/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/tree-sitter-devel
 create mode 100644 srcpkgs/tree-sitter/template

diff --git a/common/shlibs b/common/shlibs
index 8b31eaafdc4..23f84b3d796 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3993,3 +3993,4 @@ liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
 libtickit.so.3 libtickit-0.4.1_1
+libtree-sitter.so.0 tree-sitter-0.17.3_1
diff --git a/srcpkgs/tree-sitter-devel b/srcpkgs/tree-sitter-devel
new file mode 120000
index 00000000000..80b8bba47ca
--- /dev/null
+++ b/srcpkgs/tree-sitter-devel
@@ -0,0 +1 @@
+tree-sitter
\ No newline at end of file
diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
new file mode 100644
index 00000000000..1a77e3abcf8
--- /dev/null
+++ b/srcpkgs/tree-sitter/template
@@ -0,0 +1,28 @@
+# Template file for 'tree-sitter'
+pkgname=tree-sitter
+version=0.17.3
+revision=1
+build_style=gnu-makefile
+short_desc="Incremental parsing system for programming tools"
+maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+license="MIT"
+homepage="https://tree-sitter.github.io/"
+_base_url="https://github.com/${pkgname}/${pkgname}"
+changelog="${_base_url}/releases"
+distfiles="${_base_url}/archive/${version}.tar.gz"
+checksum=a897e5c9a7ccb74271d9b20d59121d2d2e9de8b896c4d1cfaac0f8104c1ef9f8
+
+post_install() {
+	vlicense LICENSE
+}
+
+tree-sitter-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR PATCH] [Updated] New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
  2020-11-21 20:28 ` [PR PATCH] [Updated] " gbrlsnchs
@ 2020-12-03 13:50 ` gbrlsnchs
  2020-12-03 13:53 ` gbrlsnchs
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gbrlsnchs @ 2020-12-03 13:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/26573

New package: tree-sitter-0.17.3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tree-sitter-26573.patch --]
[-- Type: text/x-diff, Size: 1987 bytes --]

From 2e73455934141d5484e14f49b6615840ab126675 Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Sat, 21 Nov 2020 16:58:11 -0300
Subject: [PATCH] New package: tree-sitter-0.17.3

---
 common/shlibs                |  1 +
 srcpkgs/tree-sitter-devel    |  1 +
 srcpkgs/tree-sitter/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/tree-sitter-devel
 create mode 100644 srcpkgs/tree-sitter/template

diff --git a/common/shlibs b/common/shlibs
index 3b89cba7b0b..29d3b77f1d1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4000,3 +4000,4 @@ libnotcurses.so.2 notcurses-2.0.4_1
 libnotcurses++.so.2 notcurses-2.0.4_1
 libevemu.so.3 evemu-2.7.0_1
 libantilib.so.1 libantimicrox-3.1.2_1
+libtree-sitter.so.0 tree-sitter-0.17.3_1
diff --git a/srcpkgs/tree-sitter-devel b/srcpkgs/tree-sitter-devel
new file mode 120000
index 00000000000..80b8bba47ca
--- /dev/null
+++ b/srcpkgs/tree-sitter-devel
@@ -0,0 +1 @@
+tree-sitter
\ No newline at end of file
diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
new file mode 100644
index 00000000000..1a77e3abcf8
--- /dev/null
+++ b/srcpkgs/tree-sitter/template
@@ -0,0 +1,28 @@
+# Template file for 'tree-sitter'
+pkgname=tree-sitter
+version=0.17.3
+revision=1
+build_style=gnu-makefile
+short_desc="Incremental parsing system for programming tools"
+maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+license="MIT"
+homepage="https://tree-sitter.github.io/"
+_base_url="https://github.com/${pkgname}/${pkgname}"
+changelog="${_base_url}/releases"
+distfiles="${_base_url}/archive/${version}.tar.gz"
+checksum=a897e5c9a7ccb74271d9b20d59121d2d2e9de8b896c4d1cfaac0f8104c1ef9f8
+
+post_install() {
+	vlicense LICENSE
+}
+
+tree-sitter-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
  2020-11-21 20:28 ` [PR PATCH] [Updated] " gbrlsnchs
  2020-12-03 13:50 ` gbrlsnchs
@ 2020-12-03 13:53 ` gbrlsnchs
  2021-01-01 16:47 ` [PR PATCH] [Updated] " gbrlsnchs
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gbrlsnchs @ 2020-12-03 13:53 UTC (permalink / raw)
  To: ml

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

New comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/26573#issuecomment-738007834

Comment:
This package will be needed in the future in order to build Neovim 0.5.0. :smile: 

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

* Re: [PR PATCH] [Updated] New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
                   ` (2 preceding siblings ...)
  2020-12-03 13:53 ` gbrlsnchs
@ 2021-01-01 16:47 ` gbrlsnchs
  2021-01-01 18:20 ` [PR REVIEW] " Duncaen
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gbrlsnchs @ 2021-01-01 16:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/26573

New package: tree-sitter-0.17.3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tree-sitter-26573.patch --]
[-- Type: text/x-diff, Size: 2025 bytes --]

From 09cb48e08acf02e4cbd4ff63e77f3899f07b0429 Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Sat, 21 Nov 2020 16:58:11 -0300
Subject: [PATCH] New package: tree-sitter-0.17.3

---
 common/shlibs                |  1 +
 srcpkgs/tree-sitter-devel    |  1 +
 srcpkgs/tree-sitter/template | 28 ++++++++++++++++++++++++++++
 3 files changed, 30 insertions(+)
 create mode 120000 srcpkgs/tree-sitter-devel
 create mode 100644 srcpkgs/tree-sitter/template

diff --git a/common/shlibs b/common/shlibs
index 26a6259f6d2..59d4c88d1bd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4040,3 +4040,4 @@ libndr-samba4.so samba-libs-4.13.2_1
 libsmb-transport-samba4.so samba-libs-4.13.2_1
 libutil-cmdline-samba4.so samba-libs-4.13.2_1
 libwinbind-client-samba4.so samba-libs-4.13.2_1
+libtree-sitter.so.0 tree-sitter-0.17.3_1
diff --git a/srcpkgs/tree-sitter-devel b/srcpkgs/tree-sitter-devel
new file mode 120000
index 00000000000..80b8bba47ca
--- /dev/null
+++ b/srcpkgs/tree-sitter-devel
@@ -0,0 +1 @@
+tree-sitter
\ No newline at end of file
diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
new file mode 100644
index 00000000000..1a77e3abcf8
--- /dev/null
+++ b/srcpkgs/tree-sitter/template
@@ -0,0 +1,28 @@
+# Template file for 'tree-sitter'
+pkgname=tree-sitter
+version=0.17.3
+revision=1
+build_style=gnu-makefile
+short_desc="Incremental parsing system for programming tools"
+maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+license="MIT"
+homepage="https://tree-sitter.github.io/"
+_base_url="https://github.com/${pkgname}/${pkgname}"
+changelog="${_base_url}/releases"
+distfiles="${_base_url}/archive/${version}.tar.gz"
+checksum=a897e5c9a7ccb74271d9b20d59121d2d2e9de8b896c4d1cfaac0f8104c1ef9f8
+
+post_install() {
+	vlicense LICENSE
+}
+
+tree-sitter-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR REVIEW] New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
                   ` (3 preceding siblings ...)
  2021-01-01 16:47 ` [PR PATCH] [Updated] " gbrlsnchs
@ 2021-01-01 18:20 ` Duncaen
  2021-01-01 18:26 ` Duncaen
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2021-01-01 18:20 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/26573#discussion_r550792614

Comment:
I don't think the variable is necessary, having the full url in changelog without variables is always a lot easier to handle.

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

* Re: [PR REVIEW] New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
                   ` (4 preceding siblings ...)
  2021-01-01 18:20 ` [PR REVIEW] " Duncaen
@ 2021-01-01 18:26 ` Duncaen
  2021-01-01 18:30 ` gbrlsnchs
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2021-01-01 18:26 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/26573#discussion_r550793075

Comment:
There is no changelog on the releases page, so listing this is giving a false impression.

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

* Re: [PR REVIEW] New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
                   ` (5 preceding siblings ...)
  2021-01-01 18:26 ` Duncaen
@ 2021-01-01 18:30 ` gbrlsnchs
  2021-01-01 18:31 ` gbrlsnchs
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gbrlsnchs @ 2021-01-01 18:30 UTC (permalink / raw)
  To: ml

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

New review comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/26573#discussion_r550793448

Comment:
Sorry, I got a little confused. To which change log are you referring?

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

* Re: [PR REVIEW] New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
                   ` (6 preceding siblings ...)
  2021-01-01 18:30 ` gbrlsnchs
@ 2021-01-01 18:31 ` gbrlsnchs
  2021-01-01 18:38 ` Duncaen
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gbrlsnchs @ 2021-01-01 18:31 UTC (permalink / raw)
  To: ml

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

New review comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/26573#discussion_r550793530

Comment:
Nevermind, I just realized there is a `changelog` property. I'll fix this, thanks for the tip!

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

* Re: [PR REVIEW] New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
                   ` (7 preceding siblings ...)
  2021-01-01 18:31 ` gbrlsnchs
@ 2021-01-01 18:38 ` Duncaen
  2021-01-01 18:48 ` [PR PATCH] [Updated] " gbrlsnchs
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: Duncaen @ 2021-01-01 18:38 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/26573#discussion_r550794179

Comment:
Yes remove the `_base_url` variable and just use the full url and remove the changelog variable as it doesn't provide any useful information.

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

* Re: [PR PATCH] [Updated] New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
                   ` (8 preceding siblings ...)
  2021-01-01 18:38 ` Duncaen
@ 2021-01-01 18:48 ` gbrlsnchs
  2021-01-01 18:57 ` [PR REVIEW] " gbrlsnchs
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gbrlsnchs @ 2021-01-01 18:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/gbrlsnchs/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/26573

New package: tree-sitter-0.17.3


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tree-sitter-26573.patch --]
[-- Type: text/x-diff, Size: 1962 bytes --]

From 30e0586e9eadf6950b8789754dc9b672a9f4ddfe Mon Sep 17 00:00:00 2001
From: Gabriel Sanches <gabriel@gsr.dev>
Date: Sat, 21 Nov 2020 16:58:11 -0300
Subject: [PATCH] New package: tree-sitter-0.17.3

---
 common/shlibs                |  1 +
 srcpkgs/tree-sitter-devel    |  1 +
 srcpkgs/tree-sitter/template | 26 ++++++++++++++++++++++++++
 3 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/tree-sitter-devel
 create mode 100644 srcpkgs/tree-sitter/template

diff --git a/common/shlibs b/common/shlibs
index 26a6259f6d2..59d4c88d1bd 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4040,3 +4040,4 @@ libndr-samba4.so samba-libs-4.13.2_1
 libsmb-transport-samba4.so samba-libs-4.13.2_1
 libutil-cmdline-samba4.so samba-libs-4.13.2_1
 libwinbind-client-samba4.so samba-libs-4.13.2_1
+libtree-sitter.so.0 tree-sitter-0.17.3_1
diff --git a/srcpkgs/tree-sitter-devel b/srcpkgs/tree-sitter-devel
new file mode 120000
index 00000000000..80b8bba47ca
--- /dev/null
+++ b/srcpkgs/tree-sitter-devel
@@ -0,0 +1 @@
+tree-sitter
\ No newline at end of file
diff --git a/srcpkgs/tree-sitter/template b/srcpkgs/tree-sitter/template
new file mode 100644
index 00000000000..c6be33d91de
--- /dev/null
+++ b/srcpkgs/tree-sitter/template
@@ -0,0 +1,26 @@
+# Template file for 'tree-sitter'
+pkgname=tree-sitter
+version=0.17.3
+revision=1
+build_style=gnu-makefile
+short_desc="Incremental parsing system for programming tools"
+maintainer="Gabriel Sanches <gabriel@gsr.dev>"
+license="MIT"
+homepage="https://tree-sitter.github.io/"
+distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
+checksum=a897e5c9a7ccb74271d9b20d59121d2d2e9de8b896c4d1cfaac0f8104c1ef9f8
+
+post_install() {
+	vlicense LICENSE
+}
+
+tree-sitter-devel_package() {
+	short_desc+=" - development files"
+	depends="${sourcepkg}>=${version}_${revision}"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
+		vmove usr/lib/pkgconfig
+	}
+}

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

* Re: [PR REVIEW] New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
                   ` (9 preceding siblings ...)
  2021-01-01 18:48 ` [PR PATCH] [Updated] " gbrlsnchs
@ 2021-01-01 18:57 ` gbrlsnchs
  2021-02-22 18:38 ` ericonr
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gbrlsnchs @ 2021-01-01 18:57 UTC (permalink / raw)
  To: ml

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

New review comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/26573#discussion_r550795839

Comment:
Done,  is it OK the way it is?

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

* Re: [PR PATCH] [Closed]: New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
                   ` (11 preceding siblings ...)
  2021-02-22 18:38 ` ericonr
@ 2021-02-22 18:38 ` ericonr
  2021-02-22 19:05 ` gbrlsnchs
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-22 18:38 UTC (permalink / raw)
  To: ml

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

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

New package: tree-sitter-0.17.3
https://github.com/void-linux/void-packages/pull/26573

Description:


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

* Re: New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
                   ` (10 preceding siblings ...)
  2021-01-01 18:57 ` [PR REVIEW] " gbrlsnchs
@ 2021-02-22 18:38 ` ericonr
  2021-02-22 18:38 ` [PR PATCH] [Closed]: " ericonr
  2021-02-22 19:05 ` gbrlsnchs
  13 siblings, 0 replies; 15+ messages in thread
From: ericonr @ 2021-02-22 18:38 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26573#issuecomment-783585105

Comment:
Merged in 79df2fe596fccd566b1a83d79b2a0bf89a437698

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

* Re: New package: tree-sitter-0.17.3
  2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
                   ` (12 preceding siblings ...)
  2021-02-22 18:38 ` [PR PATCH] [Closed]: " ericonr
@ 2021-02-22 19:05 ` gbrlsnchs
  13 siblings, 0 replies; 15+ messages in thread
From: gbrlsnchs @ 2021-02-22 19:05 UTC (permalink / raw)
  To: ml

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

New comment by gbrlsnchs on void-packages repository

https://github.com/void-linux/void-packages/pull/26573#issuecomment-783602106

Comment:
Great news, thanks @ericonr!

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

end of thread, other threads:[~2021-02-22 19:05 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-21 20:27 [PR PATCH] New package: tree-sitter-0.17.3 gbrlsnchs
2020-11-21 20:28 ` [PR PATCH] [Updated] " gbrlsnchs
2020-12-03 13:50 ` gbrlsnchs
2020-12-03 13:53 ` gbrlsnchs
2021-01-01 16:47 ` [PR PATCH] [Updated] " gbrlsnchs
2021-01-01 18:20 ` [PR REVIEW] " Duncaen
2021-01-01 18:26 ` Duncaen
2021-01-01 18:30 ` gbrlsnchs
2021-01-01 18:31 ` gbrlsnchs
2021-01-01 18:38 ` Duncaen
2021-01-01 18:48 ` [PR PATCH] [Updated] " gbrlsnchs
2021-01-01 18:57 ` [PR REVIEW] " gbrlsnchs
2021-02-22 18:38 ` ericonr
2021-02-22 18:38 ` [PR PATCH] [Closed]: " ericonr
2021-02-22 19:05 ` gbrlsnchs

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