mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
dev-lang/cc65: new package, add 2.19
Signed-off-by: Seth Price <sprice623@aol.com>
This commit is contained in:
23
dev-lang/cc65/cc65-2.19.ebuild
Normal file
23
dev-lang/cc65/cc65-2.19.ebuild
Normal file
@@ -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
|
||||
}
|
||||
19
dev-lang/cc65/metadata.xml
Normal file
19
dev-lang/cc65/metadata.xml
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<name>Seth Price</name>
|
||||
<email>sprice623@aol.com</email>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
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.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/cc65/cc65/issues</bugs-to>
|
||||
<remote-id type="github">cc65/cc65</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user