# Copyright 2026 Nadeŭka <me+oss@nadevko.cc>
# Distributed under the terms of the GNU General Public License v2
EAPI=8

inherit git-r3

DESCRIPTION='Script that generates bluetoothctl rofi menu'
HOMEPAGE=https://github.com/nickclyde/rofi-bluetooth
EGIT_REPO_URI=https://github.com/nickclyde/rofi-bluetooth.git

LICENSE=GPL-3
SLOT=0

RDEPEND='
	x11-misc/rofi
	app-alternatives/bc
	net-wireless/bluez
'

src_install() {
	dobin rofi-bluetooth
	einstalldocs
}