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; 22+ 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] 22+ messages in thread
* [PR PATCH] New package: tree-sitter-0.17.3
@ 2020-11-18 15:07 mlugg
  2020-11-18 16:02 ` ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 22+ messages in thread
From: mlugg @ 2020-11-18 15:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mlugg/void-packages tree-sitter
https://github.com/void-linux/void-packages/pull/26483

New package: tree-sitter-0.17.3


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

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

From a81fa5e0827949d9ce02fac57f54d70f5ec6e8fc Mon Sep 17 00:00:00 2001
From: Matthew Lugg <mlugg@mlugg.co.uk>
Date: Wed, 18 Nov 2020 14:48:50 +0000
Subject: [PATCH] New package: tree-sitter-0.17.3

---
 common/shlibs                |  1 +
 srcpkgs/tree-sitter/template | 14 ++++++++++++++
 2 files changed, 15 insertions(+)
 create mode 100644 srcpkgs/tree-sitter/template

diff --git a/common/shlibs b/common/shlibs
index 9a576f18d0f..d896815d3ea 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/template b/srcpkgs/tree-sitter/template
new file mode 100644
index 00000000000..21351f20559
--- /dev/null
+++ b/srcpkgs/tree-sitter/template
@@ -0,0 +1,14 @@
+# Template file for 'tree-sitter'
+pkgname=tree-sitter
+version="0.17.3"
+revision=1
+build_style=gnu-makefile
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="An incremental parsing system for programming tools"
+maintainer="Matthew Lugg <mlugg@mlugg.co.uk>"
+license="MIT"
+homepage="https://tree-sitter.github.io"
+distfiles="https://github.com/tree-sitter/tree-sitter/archive/${version}.tar.gz"
+checksum=a897e5c9a7ccb74271d9b20d59121d2d2e9de8b896c4d1cfaac0f8104c1ef9f8

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

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

Thread overview: 22+ 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 ` [PR PATCH] [Closed]: " ericonr
2021-02-22 18:38 ` ericonr
2021-02-22 19:05 ` gbrlsnchs
  -- strict thread matches above, loose matches on Subject: below --
2020-11-18 15:07 [PR PATCH] " mlugg
2020-11-18 16:02 ` ericonr
2020-11-18 16:21 ` harrisonthorne
2020-11-18 16:28 ` ericonr
2020-11-18 16:39 ` mlugg
2020-11-18 16:39 ` mlugg
2020-11-18 16:45 ` harrisonthorne
2020-11-18 16:48 ` mlugg

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