x11-misc/nyrna-bin - 2.7.0 (edgets)

Search

Package Information

Description:
Simple program to suspend games and applications
Homepage:
https://nyrna.merritt.codes/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.7.0 8 -* ~amd64 0
View Raw Ebuild
# 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"
}

Dependencies

RDEPEND

dev-libs/keybinder
	x11-libs/gtk+
	!x11-misc/nyrna
	x11-misc/wmctrl
	x11-misc/xdotool

Manifest for 2.7.0

Type File Size Source URLs
DIST nyrna-bin-2.7.0.tar.gz 9578914 bytes https://github.com/Merrit/nyrna/releases/download/v2.7.0/Nyrna-Linux-Portable.tar.gz