Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: kalker-1.1.0
@ 2022-01-10  5:39 jake-87
  2022-01-10  5:42 ` [PR PATCH] [Updated] " jake-87
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jake-87 @ 2022-01-10  5:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jake-87/void-packages master
https://github.com/void-linux/void-packages/pull/34975

New package: kalker-1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x84_64 GLIBC 2.32



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

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

From c2d66705dfd95da0c1d03c0573600d7764462688 Mon Sep 17 00:00:00 2001
From: jake-87 <jakehfreebsd@gmail.com>
Date: Mon, 10 Jan 2022 16:30:54 +1100
Subject: [PATCH] New package: kalker-1.1.0

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

diff --git a/srcpkgs/kalker/template b/srcpkgs/kalker/template
new file mode 100644
index 000000000000..826c35f1e807
--- /dev/null
+++ b/srcpkgs/kalker/template
@@ -0,0 +1,32 @@
+# Template file for 'kalker'
+pkgname=kalker
+version=1.1.0
+revision=1
+# Kalker fails to build on any other platform due to gmp
+# It also will not cross compile, but if run on a native machine, works fine
+archs="x86_64 x86_64-musl"
+build_style=cargo
+make_install_args="--path cli"
+hostmakedepends="rust cargo gcc m4 diffutils make"
+short_desc="Kalker is a calculator with functions, derivation, and integration"
+maintainer="jake-87 <jakehfreebsd@gmail.com>"
+license="MIT"
+homepage="https://github.com/PaddiM8/kalker"
+distfiles="https://github.com/PaddiM8/kalker/archive/v${version}.tar.gz"
+checksum=4332563b18e1c2c8c54871e46f40e55791d3f86612d4651c69b690827051a484
+
+# Needed because default adds "--path ." to ${make_install_args}
+# whereas we need "--path cli"
+
+do_install() {
+	: ${make_cmd:=cargo}
+	${make_cmd} install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+		--locked ${configure_args} ${make_install_args}
+
+	rm -f "${DESTDIR}"/usr/.crates.toml
+	rm -f "${DESTDIR}"/usr/.crates2.json
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: kalker-1.1.0
  2022-01-10  5:39 [PR PATCH] New package: kalker-1.1.0 jake-87
@ 2022-01-10  5:42 ` jake-87
  2022-04-11  2:08 ` github-actions
  2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: jake-87 @ 2022-01-10  5:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jake-87/void-packages master
https://github.com/void-linux/void-packages/pull/34975

New package: kalker-1.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x84_64 GLIBC 2.32



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

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

From 67f678064266b090017e6fc45db713bf806228ba Mon Sep 17 00:00:00 2001
From: jake-87 <jakehfreebsd@gmail.com>
Date: Mon, 10 Jan 2022 16:30:54 +1100
Subject: [PATCH] New package: kalker-1.1.0

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

diff --git a/srcpkgs/kalker/template b/srcpkgs/kalker/template
new file mode 100644
index 000000000000..ebe08b5ab170
--- /dev/null
+++ b/srcpkgs/kalker/template
@@ -0,0 +1,32 @@
+# Template file for 'kalker'
+pkgname=kalker
+version=1.1.0
+revision=1
+# Kalker fails to build on any other platform due to gmp
+# It also will not cross compile from glibc to musl, but if run on a native OS, works fine
+archs="x86_64 x86_64-musl"
+build_style=cargo
+make_install_args="--path cli"
+hostmakedepends="rust cargo gcc m4 diffutils make"
+short_desc="Kalker is a calculator with functions, derivation, and integration"
+maintainer="jake-87 <jakehfreebsd@gmail.com>"
+license="MIT"
+homepage="https://github.com/PaddiM8/kalker"
+distfiles="https://github.com/PaddiM8/kalker/archive/v${version}.tar.gz"
+checksum=4332563b18e1c2c8c54871e46f40e55791d3f86612d4651c69b690827051a484
+
+# Needed because default adds "--path ." to ${make_install_args}
+# whereas we need "--path cli"
+
+do_install() {
+	: ${make_cmd:=cargo}
+	${make_cmd} install --target ${RUST_TARGET} --root="${DESTDIR}/usr" \
+		--locked ${configure_args} ${make_install_args}
+
+	rm -f "${DESTDIR}"/usr/.crates.toml
+	rm -f "${DESTDIR}"/usr/.crates2.json
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: kalker-1.1.0
  2022-01-10  5:39 [PR PATCH] New package: kalker-1.1.0 jake-87
  2022-01-10  5:42 ` [PR PATCH] [Updated] " jake-87
@ 2022-04-11  2:08 ` github-actions
  2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-04-11  2:08 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34975#issuecomment-1094469967

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: kalker-1.1.0
  2022-01-10  5:39 [PR PATCH] New package: kalker-1.1.0 jake-87
  2022-01-10  5:42 ` [PR PATCH] [Updated] " jake-87
  2022-04-11  2:08 ` github-actions
@ 2022-06-21  2:13 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2022-06-21  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: kalker-1.1.0
https://github.com/void-linux/void-packages/pull/34975

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, x84_64 GLIBC 2.32



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

end of thread, other threads:[~2022-06-21  2:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10  5:39 [PR PATCH] New package: kalker-1.1.0 jake-87
2022-01-10  5:42 ` [PR PATCH] [Updated] " jake-87
2022-04-11  2:08 ` github-actions
2022-06-21  2:13 ` [PR PATCH] [Closed]: " github-actions

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