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: fasm-1.73.16
Date: Sun, 29 Sep 2019 08:03:24 +0200	[thread overview]
Message-ID: <20190929060324.6Pf706jwMuSrrIT5UVraKlpxgdKLXy3xJQUH32pH4fc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14807@inbox.vuxu.org>

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

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

https://github.com/KAction/void-packages fasm
https://github.com/void-linux/void-packages/pull/14807

New package: fasm-1.73.16
None

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

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

From 4b28ca2d9dc317fcb8510a0a8502614be0301d6b Mon Sep 17 00:00:00 2001
From: Dmitry Bogatov <KAction@debian.org>
Date: Sun, 29 Sep 2019 00:33:47 +0000
Subject: [PATCH] New package: fasm-1.73.16

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

diff --git a/srcpkgs/fasm/template b/srcpkgs/fasm/template
new file mode 100644
index 00000000000..4636cc15008
--- /dev/null
+++ b/srcpkgs/fasm/template
@@ -0,0 +1,34 @@
+# Template file for 'fasm'
+pkgname=fasm
+version=1.73.16
+revision=1
+archs="i686 i686-musl x86_64 x86_64-musl"
+wrksrc=fasm
+short_desc="Fast assembler for the x86 and x86-64 architectures"
+maintainer="Dmitry Bogatov <KAction@disroot.org>"
+license="BSD-2-Clause"
+homepage="http://flatassembler.net"
+distfiles="https://flatassembler.net/fasm-${version}.tgz"
+checksum=f3d87ab5347c315c48644df989a666390c3e4fb0d40daedd19dea242f8a958c9
+nostrip=yes
+
+case ${XBPS_MACHINE} in
+(i686|i686-musl)
+	_fasm=./fasm
+	_source='source/Linux/fasm.asm'
+	;;
+(x86_64|x86_64-musl)
+	_fasm=./fasm.x64
+	_source='source/Linux/x64/fasm.asm'
+	;;
+esac
+
+do_build() (
+	${_fasm} ${_source} fasm.out
+)
+
+do_install() {
+	vbin fasm.out fasm
+	vdoc fasm.txt
+	vlicense license.txt
+}

  parent reply	other threads:[~2019-09-29  6:03 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-29  4:46 [PR PATCH] " voidlinux-github
2019-09-29  5:31 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-29  5:31 ` voidlinux-github
2019-09-29  5:56 ` voidlinux-github
2019-09-29  5:56 ` voidlinux-github
2019-09-29  6:03 ` voidlinux-github
2019-09-29  6:03 ` voidlinux-github [this message]
2019-10-10 19:59 ` voidlinux-github
2019-10-10 19:59 ` voidlinux-github
2019-10-20 21:01 ` voidlinux-github
2019-11-09 21:17 ` [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=20190929060324.6Pf706jwMuSrrIT5UVraKlpxgdKLXy3xJQUH32pH4fc@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).