1
0
Fork 0

app-misc/ualarmer: treeclean

This commit is contained in:
Horea Christian 2024-03-27 14:59:39 -04:00
parent 319c6a3367
commit f85e9d7af5
5 changed files with 0 additions and 84 deletions

View File

@ -1,3 +0,0 @@
DIST ualarmer-0.0.1.tar.gz 15841 BLAKE2B 9989aa00e8c9b8f956669e7617c71ca6678cc2300b0f1de8962042cfc04223d313619a88cc2929a102684b042de22f8866a74027536c81caa652ca3548f90a26 SHA512 f568b798cc0d19f513209cf35dcad496de4143f6b1cf41ea11e98f8af23648796231648c5e42fcb8dd314777dc260ecab7b5cf782a30efbb7291a9fbfb7be45f
DIST ualarmer-0.0.2.tar.gz 16589 BLAKE2B 4f6112db0d00abd101316964bb6bce7de110768dea07b81e705ac50b72605aafa047a6cc2e6b8673d7460ab2492e89c940d76152d47998a6f70c4c3064f7d1a9 SHA512 a84c090a2d70e091de94be63b33ce31d62ef2838b237a6a4ef362b76b7cbd965c3298e5fe6865c2e690866ffddd9bc65bec683a89ae75065722f171cf4a80ce9
DIST ualarmer-0.0.3.tar.gz 16630 BLAKE2B c3fda82b29ef97c03f4547c448cd1e447c408beb7c67f312b7ca53138f6598d44e04f3a3c521c0bb418b2c82c8a3c2f350b8d426ece7f419b6e976af81c22050 SHA512 3e950ffcce88de88e2f3eb9dbd08d75f7c03350106ef354670907aa6f9db70a6d09d2f95943d7ac8f43551791e66f0492e61a64ea5fafc0afafc53670289dd8a

View File

@ -1,12 +0,0 @@
<?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/ualarmer</remote-id>
<bugs-to>https://github.com/TheChymera/ualarmer/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@ -1,23 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Minimalistic alarm clock for the command line."
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="
app-misc/utimer
media-video/mpv
x11-themes/sound-theme-freedesktop
"
src_install() {
newbin bin/ualarmer.sh ualarmer
einstalldocs
}

View File

@ -1,23 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Minimalistic alarm clock for the command line."
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="
app-misc/utimer
media-video/mpv
x11-themes/sound-theme-freedesktop
"
src_install() {
newbin bin/ualarmer.sh ualarmer
einstalldocs
}

View File

@ -1,23 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Minimalistic alarm clock for the command line."
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="
app-misc/utimer
media-video/mpv
x11-themes/sound-theme-freedesktop
"
src_install() {
dobin bin/*
einstalldocs
}