1
0
Fork 0

app-misc/ular: new package, add 0.0.4

Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2024-01-22 11:55:18 -05:00
parent f12e08a643
commit e37363bae4
No known key found for this signature in database
GPG Key ID: 161C0BE6255333D3
3 changed files with 35 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
}