1
0
mirror of synced 2024-05-30 01:08:15 +02:00
TheChymera-overlay/app-misc/ualarmer/ualarmer-0.0.3.ebuild
Horea Christian 27acdf1a4e
app-misc/ualarmer: fixed binary installation
Signed-off-by: Horea Christian <chr@chymera.eu>
2023-01-21 17:40:14 -05:00

24 lines
498 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Minimalistic alarm clock for the command line."
HOMEPAGE="https://github.com/TheChymera/ualarmer/"
SRC_URI="https://github.com/TheChymera/ualarmer/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="
app-misc/utimer
media-video/mpv
x11-themes/sound-theme-freedesktop
"
src_install() {
dobin bin/*
einstalldocs
}