Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bindgen-0.60.1
@ 2022-09-18 19:07 rederick29
  2022-09-18 19:25 ` ahesford
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: rederick29 @ 2022-09-18 19:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/rederick29/void-packages master
https://github.com/void-linux/void-packages/pull/39348

New package: bindgen-0.60.1
<!-- 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**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-gnu, also aarch64)
- I built this PR locally for these architectures (crossbuilds):
  - x86_64-musl
  - armv6l

This is a command line tool that generates Rust bindings from C/C++ header files. It is also a build dependency of the new Mesa Rusticl OpenCL driver, so it will be needed in the future when that releases. 


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

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

From 275e5f18800ec4d1581c5436f55e8689208203da Mon Sep 17 00:00:00 2001
From: Erick Vilcica <erick.vilcica@protonmail.com>
Date: Sun, 18 Sep 2022 19:36:54 +0100
Subject: [PATCH] New package: bindgen-0.60.1

---
 srcpkgs/bindgen/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/bindgen/template

diff --git a/srcpkgs/bindgen/template b/srcpkgs/bindgen/template
new file mode 100644
index 000000000000..4cd680170625
--- /dev/null
+++ b/srcpkgs/bindgen/template
@@ -0,0 +1,19 @@
+# Template file for 'bindgen'
+pkgname=bindgen
+version=0.60.1
+revision=1
+build_style="cargo"
+build_helper="rust"
+short_desc="Tool to generate Rust FFI bindings to C (and some C++) libraries"
+maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
+license="BSD-3-Clause"
+homepage="https://rust-lang.github.io/rust-bindgen/"
+depends="libclang>=12.0.1"
+shlib_requires="libclang.so.12"
+wrksrc="rust-${pkgname}-${version}"
+distfiles="https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${version}.tar.gz"
+checksum="b521c18af2230d748b1f7eea8f3aab9381a08a07024fc52a6350fee286fae4ec"
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2022-09-22  7:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-18 19:07 [PR PATCH] New package: bindgen-0.60.1 rederick29
2022-09-18 19:25 ` ahesford
2022-09-18 19:52 ` [PR PATCH] [Updated] " rederick29
2022-09-18 19:53 ` rederick29
2022-09-18 21:00 ` [PR REVIEW] New package: rust-bindgen-0.60.1 classabbyamp
2022-09-18 21:00 ` classabbyamp
2022-09-18 21:00 ` classabbyamp
2022-09-18 21:19 ` [PR PATCH] [Updated] " rederick29
2022-09-18 21:55 ` rederick29
2022-09-19 18:58 ` rederick29
2022-09-19 18:59 ` classabbyamp
2022-09-22  7:33 ` [PR PATCH] [Merged]: " classabbyamp

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