src_prepare-overlay/app-emulation/windows95/windows95-2.3.0.ebuild
Maciej Barć 696cad24d2
app-emulation/windows95: add version 2.3.0
Signed-off-by: Maciej Barć <xgqt@riseup.net>
2021-10-19 01:05:44 +02:00

26 lines
610 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
mkdir ./bin || die
ln -s ../${PN} ./bin/${PN} || die
bintron_src_install
}