app-misc/ular: new package, add 0.0.4
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
parent
f12e08a643
commit
e37363bae4
1
app-misc/ular/Manifest
Normal file
1
app-misc/ular/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST ular-0.0.4.tar.gz 16327 BLAKE2B 419855e054dce050f23b2754462236813e473c2c1f716914bd1bb793c5a36645bd847d0a5f42f9ccbe1b6898299eab3d811d9e3495cd4a9d901922ec8f923ce0 SHA512 22f350c56a4d4c4a9370fe1682a95450ca56415a2c65bcbdd30e607ff5067a5f074d327e3df173c394efb266981c51ba4aac84bcc6a9e5d23ca418faf97526d5
|
12
app-misc/ular/metadata.xml
Normal file
12
app-misc/ular/metadata.xml
Normal 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>
|
22
app-misc/ular/ular-0.0.4.ebuild
Normal file
22
app-misc/ular/ular-0.0.4.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