app-misc/wcal - 0.1 (guru)

Search

Install

Install this version:

emerge -a =app-misc/wcal-0.1

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

autounmask =app-misc/wcal-0.1

Or alternatively:

emerge --autounmask-write -a =app-misc/wcal-0.1

Package Information

Description:
ISO weekly calendar
Homepage:
https://github.com/leahneukirchen/wcal
License:
CC0-1.0

Ebuild Details

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

EAPI=8

DESCRIPTION="ISO weekly calendar"
HOMEPAGE="https://github.com/leahneukirchen/wcal"
SRC_URI="https://github.com/leahneukirchen/wcal/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

# check target in Makefile but no test cases
RESTRICT="test"

src_compile() {
	emake CFLAGS="${CFLAGS}"
}

src_install() {
	emake DESTDIR="${D}" PREFIX=/usr install
}

Manifest for 0.1

Type File Size Source URLs
DIST wcal-0.1.tar.gz 3417 bytes https://github.com/leahneukirchen/wcal/archive/v0.1.tar.gz