app-misc/calendar-data - 2022.11 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =app-misc/calendar-data-2022.11

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/calendar-data-2022.11

Or alternatively:

emerge --autounmask-write -a =app-misc/calendar-data-2022.11

Package Information

Description:
data files for calendar(1) utility
Homepage:
https://github.com/freebsd/calendar-data
License:
BSD BSD-2

Ebuild Details

Version EAPI Keywords Slot
2022.11 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="data files for calendar(1) utility"
HOMEPAGE="https://github.com/freebsd/calendar-data"
SRC_URI="https://github.com/freebsd/calendar-data/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD BSD-2"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="!app-misc/calendar"

src_install() {
	insinto /usr/share/calendar
	doins calendar.*
	doins -r *.UTF-8/
}

Dependencies

RDEPEND

!app-misc/calendar

Manifest for 2022.11

Type File Size Source URLs
DIST calendar-data-2022.11.tar.gz 86298 bytes https://github.com/freebsd/calendar-data/archive/refs/tags/v2022.11.tar.gz