Files
guru/app-misc/wcal/wcal-0.1.ebuild
Haelwenn (lanodan) Monnier a728e04da9 app-misc/wcal: new package, add 0.1
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
2024-03-19 05:11:38 +01:00

20 lines
452 B
Bash

# 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"
KEYWORDS="~amd64 ~x86"
LICENSE="CC0-1.0"
SLOT="0"
# check target in Makefile but no test cases
RESTRICT="test"
src_install() {
emake DESTDIR="${D}" PREFIX=/usr install
}