1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-05-05 02:50:55 +02:00

Added Amiga icon creation tool

This commit is contained in:
2025-12-24 18:49:24 +01:00
parent e7e66ba75e
commit 5e605d9f56
2 changed files with 28 additions and 0 deletions
@@ -0,0 +1,27 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit git-r3
DESCRIPTION="AROS tool to create .info files for Amiga based platforms"
HOMEPAGE="https://www.amigadev.com/ports/ilbmtoicon"
EGIT_REPO_URI="https://github.com/AmigaPorts/ilbmtoicon"
LICENSE="AROS PUBLIC LICENSE (APL) 1.4"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
DEPEND="
media-libs/libpng
sys-libs/zlib
"
RDEPEND="${DEPEND}"
BDEPEND=""
src_install() {
dobin ilbmtoicon || die
dobin infoinfo || die
dodoc README.md
}