1
0
Fork 0

app-misc/ualarmer: add 0.0.2, 0.0.3

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2023-01-21 16:46:38 -05:00
parent ac901a84be
commit 07b5d078b4
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
3 changed files with 48 additions and 0 deletions

View File

@ -1 +1,3 @@
DIST ualarmer-0.0.1.tar.gz 15841 BLAKE2B 9989aa00e8c9b8f956669e7617c71ca6678cc2300b0f1de8962042cfc04223d313619a88cc2929a102684b042de22f8866a74027536c81caa652ca3548f90a26 SHA512 f568b798cc0d19f513209cf35dcad496de4143f6b1cf41ea11e98f8af23648796231648c5e42fcb8dd314777dc260ecab7b5cf782a30efbb7291a9fbfb7be45f
DIST ualarmer-0.0.2.tar.gz 16589 BLAKE2B 4f6112db0d00abd101316964bb6bce7de110768dea07b81e705ac50b72605aafa047a6cc2e6b8673d7460ab2492e89c940d76152d47998a6f70c4c3064f7d1a9 SHA512 a84c090a2d70e091de94be63b33ce31d62ef2838b237a6a4ef362b76b7cbd965c3298e5fe6865c2e690866ffddd9bc65bec683a89ae75065722f171cf4a80ce9
DIST ualarmer-0.0.3.tar.gz 16630 BLAKE2B c3fda82b29ef97c03f4547c448cd1e447c408beb7c67f312b7ca53138f6598d44e04f3a3c521c0bb418b2c82c8a3c2f350b8d426ece7f419b6e976af81c22050 SHA512 3e950ffcce88de88e2f3eb9dbd08d75f7c03350106ef354670907aa6f9db70a6d09d2f95943d7ac8f43551791e66f0492e61a64ea5fafc0afafc53670289dd8a

View File

@ -0,0 +1,23 @@
# 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() {
newbin bin/ualarmer.sh ualarmer
einstalldocs
}

View File

@ -0,0 +1,23 @@
# 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() {
newbin bin/ualarmer.sh ualarmer
einstalldocs
}