app-misc/sdate - 0.7 (gentoo)

Search

Package Information

Description:
Never ending September date
Homepage:
https://www.df7cb.de/projects/sdate/
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
0.7 8 ~amd64 0
View Raw Ebuild
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

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"

src_prepare() {
	default
	eautoreconf
}

src_install() {
	default
	rm -f "${ED}"/usr/lib*/*.la || die
}

Manifest for 0.7

Type File Size Source URLs
DIST sdate-0.7.tar.gz 35077 bytes https://github.com/df7cb/sdate/archive/refs/tags/0.7.tar.gz