dev-lang/fasm-bin - 1.73.35 (overlay-from-plan9)

Search

Package Information

Description:
Open source assembly language compiler
Homepage:
https://flatassembler.net/
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
1.73.35 8 amd64 x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Open source assembly language compiler"
HOMEPAGE="https://flatassembler.net/"
SRC_URI="https://flatassembler.net/fasm-${PV}.tgz -> ${P}.tgz"

S="${WORKDIR}/${PN/-bin}"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 x86"

RESTRICT="mirror"

src_install() {
	if use amd64; then
		newbin fasm.x64 fasm
	elif use x86; then
		dobin fasm
	else
		die "Unsupported architecture"
	fi
}

Manifest for 1.73.35

Type File Size Source URLs
DIST fasm-bin-1.73.35.tgz 353300 bytes https://flatassembler.net/fasm-1.73.35.tgz