1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-14 04:43:31 +02:00

recoil version bump

This commit is contained in:
2023-02-26 14:44:30 +01:00
parent ab8521aa86
commit 2f65e8ecb6
2 changed files with 23 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Viewer of pictures in native formats of vintage computers (Amiga, Atari, C64)"
HOMEPAGE="http://recoil.sf.net"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="media-libs/libpng"
RDEPEND="${DEPEND}"
src_install() {
dobin recoil2png || die
doman recoil2png.1
}