src_prepare-overlay/app-emulation/windows95/windows95-2.3.0.ebuild
Maciej Barć 619d9d852d
app-emulation/windows95: update for new bintron eclass
Signed-off-by: Maciej Barć <xgqt@riseup.net>
2021-10-19 18:28:16 +02:00

23 lines
554 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit desktop unpacker bintron
DESCRIPTION="Windows 95, running in an Electron app"
HOMEPAGE="https://github.com/felixrieseberg/windows95"
SRC_URI="https://github.com/felixrieseberg/${PN}/releases/download/v${PV}/${PN}_${PV}_amd64.deb"
S="${WORKDIR}/usr/lib/${PN}"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="-* ~amd64"
src_install() {
domenu ../../share/applications/${PN}.desktop
doicon ../../share/pixmaps/${PN}.png
bintron_src_install
}