mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-04-16 14:33:32 +02:00
Bump recoil version to 4.3.2
This commit is contained in:
23
media-gfx/recoil/recoil-4.3.2.ebuild
Normal file
23
media-gfx/recoil/recoil-4.3.2.ebuild
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit eutils
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user