1
0
Fork 0

app-misc/ular: add 0.0.5

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2024-01-22 12:43:38 -05:00
parent 2b91a56b8e
commit 6f9fe8be1e
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
2 changed files with 23 additions and 0 deletions

View File

@ -1 +1,2 @@
DIST ular-0.0.4.tar.gz 16327 BLAKE2B 419855e054dce050f23b2754462236813e473c2c1f716914bd1bb793c5a36645bd847d0a5f42f9ccbe1b6898299eab3d811d9e3495cd4a9d901922ec8f923ce0 SHA512 22f350c56a4d4c4a9370fe1682a95450ca56415a2c65bcbdd30e607ff5067a5f074d327e3df173c394efb266981c51ba4aac84bcc6a9e5d23ca418faf97526d5
DIST ular-0.0.5.tar.gz 16368 BLAKE2B 98e6f3c1235c717f6f2745bb2b07f31cf4f465baba12818022180c147965b5f5b29b02c03d0013e558518530d5ccd164fe91bb01731675f2d7b855fe91b05de4 SHA512 aa618c25ef85ff7d6133f5e385a06a37ff7d7f3a5060c0c63ba7a5ccc75e124b37b85b5a167930c57f777a59dc57ff3112edf9319616265976673a78f55f47c7

View File

@ -0,0 +1,22 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Minimalistic CLI alarm clock writing state to a temp file."
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="
media-video/mpv
x11-themes/sound-theme-freedesktop
"
src_install() {
dobin bin/*
einstalldocs
}