Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New Package: mlton-20210117
@ 2023-06-24 22:59 CabrioletDiskette
  2023-06-24 23:09 ` [PR PATCH] [Updated] " CabrioletDiskette
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: CabrioletDiskette @ 2023-06-24 22:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/CabrioletDiskette/void-packages mlton
https://github.com/void-linux/void-packages/pull/44621

New Package: mlton-20210117
#### 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

MAJOR NOTE: Similar to openjdk mlton needs to be built with a binary of itself. These binaries are only available for x86_64. Cross compile should be completely possible but compilation on platforms other than x86_64 is not possible unless a binary is made for that arch. 


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

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

From 0ee6cd38ab5b0f72aa613d231ae7c28e59e73341 Mon Sep 17 00:00:00 2001
From: Adam Pschorr <adampschorr13@aol.com>
Date: Sat, 24 Jun 2023 16:49:22 -0600
Subject: [PATCH] New Package: mlton-20210117

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

diff --git a/srcpkgs/mlton/template b/srcpkgs/mlton/template
new file mode 100644
index 000000000000..cc7da0a3cee1
--- /dev/null
+++ b/srcpkgs/mlton/template
@@ -0,0 +1,28 @@
+# Template file for 'mlton'
+pkgname=mlton
+version=20210117
+revision=1
+build_style=gnu-makefile
+hostmakedepends="wget gcc make tar patch"
+makedepends="gmp-devel"
+depends="gmp"
+build_wrksrc="mlton-$version/"
+short_desc="Whole-program optimizing compiler for the Standard ML programming language"
+maintainer="Adam Pschorr <adampschorr13@aol.com>"
+license="HPND"
+homepage="http://www.mlton.org/"
+distfiles="https://github.com/MLton/mlton/releases/download/on-$version-release/mlton-$version.src.tgz
+https://github.com/MLton/mlton/releases/download/on-$version-release/mlton-$version-1.amd64-linux-glibc2.31.tgz"
+checksum="ec7a5a54deb39c7c0fa746d17767752154e9cb94dbcf3d15b795083b3f0f154b
+749cb59d6baccd644143709be866105228d2b6dcd40c507a90b89c9b5e0f45d2"
+
+
+
+post_extract() {
+	cd $wrksrc/mlton-$version-1.amd64-linux-glibc2.31
+	make
+}
+
+post_install() {
+	vlicense LICENSE 
+}

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

end of thread, other threads:[~2023-10-11  1:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-24 22:59 [PR PATCH] New Package: mlton-20210117 CabrioletDiskette
2023-06-24 23:09 ` [PR PATCH] [Updated] " CabrioletDiskette
2023-06-24 23:11 ` CabrioletDiskette
2023-06-25  3:29 ` CabrioletDiskette
2023-06-25  3:30 ` CabrioletDiskette
2023-06-25  7:13 ` [PR REVIEW] " Bnyro
2023-06-25 22:47 ` [PR PATCH] [Updated] " CabrioletDiskette
2023-06-26  3:51 ` CabrioletDiskette
2023-06-26  3:56 ` CabrioletDiskette
2023-09-27  1:45 ` github-actions
2023-10-11  1:45 ` [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).