app-misc/ular: add 0.0.5
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
2b91a56b8e
commit
6f9fe8be1e
@ -1 +1,2 @@
|
|||||||
DIST ular-0.0.4.tar.gz 16327 BLAKE2B 419855e054dce050f23b2754462236813e473c2c1f716914bd1bb793c5a36645bd847d0a5f42f9ccbe1b6898299eab3d811d9e3495cd4a9d901922ec8f923ce0 SHA512 22f350c56a4d4c4a9370fe1682a95450ca56415a2c65bcbdd30e607ff5067a5f074d327e3df173c394efb266981c51ba4aac84bcc6a9e5d23ca418faf97526d5
|
DIST ular-0.0.4.tar.gz 16327 BLAKE2B 419855e054dce050f23b2754462236813e473c2c1f716914bd1bb793c5a36645bd847d0a5f42f9ccbe1b6898299eab3d811d9e3495cd4a9d901922ec8f923ce0 SHA512 22f350c56a4d4c4a9370fe1682a95450ca56415a2c65bcbdd30e607ff5067a5f074d327e3df173c394efb266981c51ba4aac84bcc6a9e5d23ca418faf97526d5
|
||||||
|
DIST ular-0.0.5.tar.gz 16368 BLAKE2B 98e6f3c1235c717f6f2745bb2b07f31cf4f465baba12818022180c147965b5f5b29b02c03d0013e558518530d5ccd164fe91bb01731675f2d7b855fe91b05de4 SHA512 aa618c25ef85ff7d6133f5e385a06a37ff7d7f3a5060c0c63ba7a5ccc75e124b37b85b5a167930c57f777a59dc57ff3112edf9319616265976673a78f55f47c7
|
||||||
|
22
app-misc/ular/ular-0.0.5.ebuild
Normal file
22
app-misc/ular/ular-0.0.5.ebuild
Normal 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
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user