Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: erlang-cl-1.2.4
@ 2023-12-29 13:19 MIvanchev
  2023-12-29 14:00 ` [PR PATCH] [Updated] " MIvanchev
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: MIvanchev @ 2023-12-29 13:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/MIvanchev/void-packages erlang-cl-package
https://github.com/void-linux/void-packages/pull/47972

New package: erlang-cl-1.2.4
#### 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


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-erlang-cl-package-47972.patch --]
[-- Type: text/x-diff, Size: 1595 bytes --]

From acba75ae1c150b28dcab96f09ed5d6d51c701d2f Mon Sep 17 00:00:00 2001
From: Mihail Ivanchev <contact@ivanchev.net>
Date: Fri, 29 Dec 2023 13:21:10 +0100
Subject: [PATCH] New package: erlang-cl-1.2.4

---
 srcpkgs/erlang-cl/template | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/erlang-cl/template

diff --git a/srcpkgs/erlang-cl/template b/srcpkgs/erlang-cl/template
new file mode 100644
index 0000000000000..836ed776dc983
--- /dev/null
+++ b/srcpkgs/erlang-cl/template
@@ -0,0 +1,31 @@
+# Template file for 'erlang-cl'
+pkgname=erlang-cl
+version=1.2.4
+revision=1
+hostmakedepends="git rebar3"
+makedepends="ocl-icd-devel"
+depends="erlang ocl-icd"
+short_desc="Erlang OpenCL bindings"
+maintainer="Mihail Ivanchev <contact@ivanchev.net>"
+license="MIT"
+homepage="https://github.com/tonyrog/cl"
+distfiles="https://github.com/tonyrog/cl/archive/refs/tags/cl-${version}.tar.gz"
+checksum=577b8788029148f93217d00a1bbdc500db68ee77b2246bbd892269b5bb98c41a
+
+do_build() {
+	rebar3 compile
+}
+
+do_install() {
+	vmkdir usr/lib/erlang/lib/cl-${version}
+	vmkdir usr/lib/erlang/lib/cl-${version}/ebin
+	vmkdir usr/lib/erlang/lib/cl-${version}/include
+	vmkdir usr/lib/erlang/lib/cl-${version}/priv
+	vmkdir usr/share/doc/${pkgname}
+	vmkdir usr/share/doc/${pkgname}/examples
+	vcopy ebin/* usr/lib/erlang/lib/cl-${version}/ebin
+	vinstall include/cl.hrl 644 usr/lib/erlang/lib/cl-${version}/include
+	vinstall priv/cl_nif.so 644 usr/lib/erlang/lib/cl-${version}/priv
+	vcopy examples/* usr/share/doc/${pkgname}/examples
+	vlicense COPYRIGHT
+}

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

end of thread, other threads:[~2024-02-08 11:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-29 13:19 [PR PATCH] New package: erlang-cl-1.2.4 MIvanchev
2023-12-29 14:00 ` [PR PATCH] [Updated] " MIvanchev
2023-12-29 14:01 ` MIvanchev
2023-12-29 14:19 ` MIvanchev
2023-12-29 14:29 ` MIvanchev
2023-12-29 15:37 ` MIvanchev
2023-12-29 17:19 ` MIvanchev
2023-12-29 17:30 ` MIvanchev
2023-12-30 10:45 ` [PR PATCH] [Updated] " MIvanchev
2024-02-08 11:30 ` [PR PATCH] [Closed]: " MIvanchev
2024-02-08 11:30 ` MIvanchev

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