1
0
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Horea Christian 2b91a56b8e
sets: added ular for timer in full desktop set
Signed-off-by: Horea Christian <chr@chymera.eu>
2024-01-22 12:10:32 -05:00
Horea Christian c89f750114
sets: added ripgrep to base set
Signed-off-by: Horea Christian <chr@chymera.eu>
2024-01-22 11:59:30 -05:00
Horea Christian e37363bae4
app-misc/ular: new package, add 0.0.4
Signed-off-by: Horea Christian <chr@chymera.eu>
2024-01-22 11:55:18 -05:00
5 changed files with 37 additions and 0 deletions

1
app-misc/ular/Manifest Normal file
View File

@ -0,0 +1 @@
DIST ular-0.0.4.tar.gz 16327 BLAKE2B 419855e054dce050f23b2754462236813e473c2c1f716914bd1bb793c5a36645bd847d0a5f42f9ccbe1b6898299eab3d811d9e3495cd4a9d901922ec8f923ce0 SHA512 22f350c56a4d4c4a9370fe1682a95450ca56415a2c65bcbdd30e607ff5067a5f074d327e3df173c394efb266981c51ba4aac84bcc6a9e5d23ca418faf97526d5

View File

@ -0,0 +1,12 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@chymera.eu</email>
<name>Horea Christian</name>
</maintainer>
<upstream>
<remote-id type="github">TheChymera/ular</remote-id>
<bugs-to>https://github.com/TheChymera/ular/issues</bugs-to>
</upstream>
</pkgmetadata>

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
}

View File

@ -5,6 +5,7 @@ app-portage/gentoolkit
app-text/tree
app-text/wgetpaste
sys-apps/pciutils
sys-apps/ripgrep
sys-apps/the_silver_searcher
sys-apps/usbutils
sys-boot/grub:2

View File

@ -1,5 +1,6 @@
app-i18n/unicode-emoji
app-misc/abook
app-misc/ular
app-text/mupdf
app-text/sarcasm-formatter
dev-python/requests-oauthlib