dev-embedded/acme - 0.97 (salfter)

Search

Install

Install this version:

emerge -a =dev-embedded/acme-0.97

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-embedded/acme-0.97

Or alternatively:

emerge --autounmask-write -a =dev-embedded/acme-0.97

Package Information

Description:
multi-platform cross assembler for 6502/6510/65816 cpu
Homepage:
https://sourceforge.net/projects/acme-crossass/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.97 8 ~amd64 0
View Raw Ebuild
EAPI=8
DESCRIPTION="multi-platform cross assembler for 6502/6510/65816 cpu"
HOMEPAGE=https://sourceforge.net/projects/acme-crossass/
SRC_URI=https://gitlab.alfter.us/salfter/$PN/-/archive/$PV/$P.tar.bz2
LICENSE=GPL-2
SLOT=0
KEYWORDS="~amd64"

src_compile()
{
  cd $S/src
  emake
}

src_install()
{
  cd $S/src
  dobin acme
}

Manifest for 0.97

Type File Size Source URLs
DIST acme-0.97.tar.bz2 455862 bytes https://gitlab.alfter.us/salfter/acme/-/archive/0.97/acme-0.97.tar.bz2