| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.5.2 | 8 | -* ~amd64 | 0 |
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# Source overlay: https://github.com/BlueManCZ/edgets
EAPI=8
inherit desktop xdg
DESCRIPTION="Simple program to suspend games and applications"
HOMEPAGE="https://nyrna.merritt.codes/"
LICENSE="GPL-3"
RESTRICT="mirror"
SLOT="0"
SRC_URI="https://github.com/Merrit/nyrna/releases/download/v${PV}/Nyrna-Linux-Portable.tar.gz -> ${P}.tar.gz"
KEYWORDS="-* ~amd64"
QA_PREBUILT="*"
RDEPEND="dev-libs/keybinder
x11-libs/gtk+
!x11-misc/nyrna
x11-misc/wmctrl
x11-misc/xdotool"
S="${WORKDIR}"
src_prepare() {
default
rm "PORTABLE"
}
src_install() {
insinto "/usr/share/nyrna"
doins -r *
exeinto "/usr/share/nyrna"
doexe "nyrna"
dosym "/usr/share/nyrna/nyrna" "/usr/bin/nyrna" || die "dosym failed"
doicon "data/flutter_assets/assets/icons/nyrna.png"
make_desktop_entry "nyrna" "Nyrna" "nyrna" "Utility" "StartupWMClass=nyrna"
}
dev-libs/keybinder x11-libs/gtk+ !x11-misc/nyrna x11-misc/wmctrl x11-misc/xdotool
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | nyrna-bin-2.5.2.tar.gz | 9728507 bytes | https://github.com/Merrit/nyrna/releases/download/v2.5.2/Nyrna-Linux-Portable.tar.gz |