diff --git a/dev-lang/cc65/cc65-2.19.ebuild b/dev-lang/cc65/cc65-2.19.ebuild new file mode 100644 index 0000000000..887df3f009 --- /dev/null +++ b/dev-lang/cc65/cc65-2.19.ebuild @@ -0,0 +1,23 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit git-r3 + +DESCRIPTION="Cross-development package for 65(C)02 systems" +HOMEPAGE="https://cc65.github.io/" +EGIT_REPO_URI="https://github.com/cc65/cc65.git" +EGIT_COMMIT="V${PV}" + +LICENSE="ZLIB" +SLOT="0" + +src_compile() { + emake +} + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install + dodoc README.md +} diff --git a/dev-lang/cc65/metadata.xml b/dev-lang/cc65/metadata.xml new file mode 100644 index 0000000000..9f302d0be0 --- /dev/null +++ b/dev-lang/cc65/metadata.xml @@ -0,0 +1,19 @@ + + + + + Seth Price + sprice623@aol.com + + + cc65 is a complete cross development package for 65(C)02 systems, + including a powerful macro assembler, a C compiler, linker, + archiver and several other tools. + cc65 has C and runtime library support for many of the old + 6502 machines. + + + https://github.com/cc65/cc65/issues + cc65/cc65 + +