Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: uxn-1.0
@ 2023-10-18 21:42 Eloitor
  2023-10-19  9:11 ` [PR PATCH] [Updated] " Eloitor
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Eloitor @ 2023-10-18 21:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eloitor/void-packages uxn
https://github.com/void-linux/void-packages/pull/46766

New package: uxn-1.0
#### 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-musl)

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

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

From 9b4cfee33563dfb5f33369367aa0cdf172447822 Mon Sep 17 00:00:00 2001
From: Eloi Torrents <eloitor@duck.com>
Date: Wed, 18 Oct 2023 23:38:25 +0200
Subject: [PATCH] New package: uxn-1.0

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

diff --git a/srcpkgs/uxn/template b/srcpkgs/uxn/template
new file mode 100644
index 0000000000000..257678aac3b59
--- /dev/null
+++ b/srcpkgs/uxn/template
@@ -0,0 +1,25 @@
+# Template file for 'uxn'
+pkgname=uxn
+version=1.0
+revision=1
+makedepends="SDL2-devel"
+short_desc="Assembler and emulator for the Uxn stack-machine"
+maintainer="Eloi Torrents <eloitor@duck.com>"
+license="MIT"
+homepage="https://100r.co/site/uxn.html"
+distfiles="https://git.sr.ht/~rabbits/uxn/archive/${version}.tar.gz"
+checksum=29059ee288474e48fae4b9e755bbc8e1b392a9c7ac90449d7a6599385c145460
+
+do_build() {
+	./build.sh
+}
+
+do_install() {
+	vbin bin/uxnasm
+	vbin bin/uxncli
+	vbin bin/uxnemu
+}
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2024-02-04  1:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-18 21:42 [PR PATCH] New package: uxn-1.0 Eloitor
2023-10-19  9:11 ` [PR PATCH] [Updated] " Eloitor
2023-10-19  9:16 ` Eloitor
2023-10-19 16:04 ` [PR REVIEW] " Johnnynator
2023-10-19 16:05 ` Johnnynator
2023-10-19 22:08 ` Eloitor
2023-10-20 14:27 ` [PR PATCH] [Updated] " Eloitor
2023-10-20 15:17 ` Eloitor
2023-10-21 18:57 ` [PR REVIEW] " Johnnynator
2024-01-20  1:46 ` github-actions
2024-02-04  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).