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: cc65-2.18
Date: Thu, 02 Jan 2020 22:17:27 +0100	[thread overview]
Message-ID: <20200102211727.Ufxj6-RDRKO_iKoshtBaUX0q7f6xsDusRB3ANpjpX1I@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17195@inbox.vuxu.org>

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

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

https://github.com/NateDogg1232/void-packages master
https://github.com/void-linux/void-packages/pull/17195

New package: cc65-2.18
I tried using the gnu-makefile build style, but it would not compile using that, so I made my own do_build and do_install. I do hope this is okay.

Otherwise, it all seems good to me!

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

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

From 6ab12cdf1ac67ab8d75f97294c57600720a06b8c Mon Sep 17 00:00:00 2001
From: Nathaniel Barragan <nathanielbarragan@gmail.com>
Date: Sat, 7 Dec 2019 04:19:27 -0800
Subject: [PATCH] New package: cc65-2.18

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

diff --git a/srcpkgs/cc65/template b/srcpkgs/cc65/template
new file mode 100644
index 00000000000..46c1f85f5b4
--- /dev/null
+++ b/srcpkgs/cc65/template
@@ -0,0 +1,21 @@
+# Template file for 'cc65'
+pkgname=cc65
+version=2.18
+revision=1
+build_style="gnu-makefile"
+make_use_env=yes
+short_desc="Freeware C compiler for 6502 based systems"
+maintainer="Nathaniel Barragan <nathanielbarragan@gmail.com>"
+license="Zlib"
+homepage="https://cc65.github.io/"
+distfiles="https://github.com/cc65/cc65/archive/V${version}.tar.gz"
+checksum=d14a22fb87c7bcbecd8a83d5362d5d317b19c6ce2433421f2512f28293a6eaab
+nocross="Build process runs the built binary"
+
+pre_build() {
+	vsed -i src/Makefile -e 's/CC =/CC ?=/' -e 's/AR =/AR ?=/'
+}
+
+post_install() {
+	vlicense LICENSE
+}

  parent reply	other threads:[~2020-01-02 21:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-17195@inbox.vuxu.org>
2019-12-31  9:55 ` voidlinux-github
2020-01-02 20:09 ` voidlinux-github
2020-01-02 20:12 ` voidlinux-github
2020-01-02 20:31 ` voidlinux-github
2020-01-02 20:34 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-02 20:37 ` voidlinux-github
2020-01-02 20:37 ` voidlinux-github
2020-01-02 21:17 ` voidlinux-github [this message]
2020-01-02 21:18 ` voidlinux-github
2020-01-03  1:09 ` voidlinux-github
2020-01-06 14:51 ` voidlinux-github
2020-01-06 14:51 ` [PR PATCH] [Merged]: " 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=20200102211727.Ufxj6-RDRKO_iKoshtBaUX0q7f6xsDusRB3ANpjpX1I@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).