Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: asm6-1.6
Date: Tue, 05 Nov 2019 14:40:35 +0100	[thread overview]
Message-ID: <20191105134035.uRgNsgsiqJw85F3FSe0gc0EdLoZ13v0MBCKazuDYe0k@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16140@inbox.vuxu.org>

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

There is an updated pull request by rc-05 against master on the void-packages repository

https://github.com/rc-05/void-packages asm6
https://github.com/void-linux/void-packages/pull/16140

New package: asm6-1.6


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

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

From 9c3431ccc2c8ac8d1f5026a0521d83c73e4800b6 Mon Sep 17 00:00:00 2001
From: rc-05 <rc23@email.it>
Date: Tue, 5 Nov 2019 13:09:04 +0100
Subject: [PATCH] New package: asm6-1.6

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

diff --git a/srcpkgs/asm6/template b/srcpkgs/asm6/template
new file mode 100644
index 00000000000..184238a00bd
--- /dev/null
+++ b/srcpkgs/asm6/template
@@ -0,0 +1,28 @@
+# Template file for 'asm6'
+pkgname=asm6
+version=1.6
+revision=1
+create_wrksrc=yes
+hostmakedepends="unzip"
+short_desc="Simple but functional 6502 assembler"
+maintainer="rc-05 <rc23@email.it>"
+license="public domain"
+homepage="http://3dscapture/NES"
+distfiles="http://3dscapture.com/NES/asm6.zip"
+checksum=b37956f37815a75a6712c0d1f8eea06d1207411921c2e7ff46a133f35f0b3e1d
+
+pre_extract() {
+	mkdir ${wrksrc}
+}
+
+do_build() {
+	${CC} -Wall -pedantic -std=c17 -O3 -o asm6 ${wrksrc}/asm6.c
+}
+
+do_install() {
+	vbin asm6
+}
+
+post_install() {
+	vlicense README.TXT
+}

  parent reply	other threads:[~2019-11-05 13:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-05 12:16 [PR PATCH] " voidlinux-github
2019-11-05 12:30 ` [PR PATCH] [Updated] " voidlinux-github
2019-11-05 12:34 ` voidlinux-github
2019-11-05 13:07 ` voidlinux-github
2019-11-05 13:36 ` voidlinux-github
2019-11-05 13:40 ` voidlinux-github [this message]
2019-11-06 14:08 ` voidlinux-github
2019-11-06 14:29 ` voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191105134035.uRgNsgsiqJw85F3FSe0gc0EdLoZ13v0MBCKazuDYe0k@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).