commit: 6bdb89b5afa5d136dba4d34077cb1fba3b642ec6
parent 5a2940ec47e93e63d0d8a39865ffd3b1c348e388
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 31 Dec 2021 11:02:35 +0100
sys-apps/sdate: Add
Diffstat:
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/sys-apps/sdate/Manifest b/sys-apps/sdate/Manifest
@@ -0,0 +1 @@
+DIST sdate-0.7.tar.gz 35077 BLAKE2B 3239762c4a9ca54feb31d9d2e1a8656f79e6f87916a6887e2707f165fb275bc2fbfcf932c04949b6cb5634274ed88f09386d62845d7c4ec677a37a00bf5e7855 SHA512 909d152b465044d56c3e0254572a3160f2b15b12cd9ad1000384592e1c2a1d4c54af284c7cf229af335984643564c28637f78ab0c305ec31bd6a4b8ba4b7a1d9
diff --git a/sys-apps/sdate/sdate-0.7.ebuild b/sys-apps/sdate/sdate-0.7.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="never ending September date"
+HOMEPAGE="https://www.df7cb.de/projects/sdate/"
+SRC_URI="https://github.com/df7cb/sdate/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+src_prepare() {
+ default
+ eautoreconf
+}