From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:48196) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jC6Jr-0008T9-B2 for guix-patches@gnu.org; Wed, 11 Mar 2020 14:43:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jC6Jq-0004QA-AR for guix-patches@gnu.org; Wed, 11 Mar 2020 14:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49536) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jC6Jq-0004Pz-62 for guix-patches@gnu.org; Wed, 11 Mar 2020 14:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jC6Jq-0006pK-1r for guix-patches@gnu.org; Wed, 11 Mar 2020 14:43:02 -0400 Subject: [bug#40026] Add "xa" assembler Resent-Message-ID: Date: Wed, 11 Mar 2020 14:42:40 -0400 From: Leo Famulari Message-ID: <20200311184240.GA26593@jasmine.lan> References: <87mu8mswg8.fsf@dustycloud.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mu8mswg8.fsf@dustycloud.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Christopher Lemmer Webber Cc: 40026@debbugs.gnu.org On Wed, Mar 11, 2020 at 12:11:35PM -0400, Christopher Lemmer Webber wrote: > Hello! New patch, new patch. It's been a while for me. Good to see you around again! > This is for the 6502 "xa" assembler. It's necessary for use with the > "vice" emulator, which I've been also trying to package, but is also > useful standalone. Cool! > + (uri (string-append "https://www.floodgap.com/retrotech/xa" > + "/dists/xa-" version ".tar.gz")) > + (file-name (string-append name "-" version ".tar.gz")) I don't think this file-name procedure is necessary. The tarball should be named properly without it, right? > + (synopsis "High-speed, two-pass portable cross-assembler") > + (description > + "xa is a high-speed, two-pass portable cross-assembler. We can omit "high-speed" here; it's basically "marketing language" which is discouraged in our packaging guidelines. Otherwise, please push!