net-misc/xkcd-handler - 1.1.4 (guru)

Search

Install

Install this version:

emerge -a =net-misc/xkcd-handler-1.1.4

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

autounmask =net-misc/xkcd-handler-1.1.4

Or alternatively:

emerge --autounmask-write -a =net-misc/xkcd-handler-1.1.4

Package Information

Description:
A handler for XKCD urls
Homepage:
https://github.com/mazunki/xkcd
License:
GPL-3

Ebuild Details

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

EAPI=8

inherit xdg desktop

DESCRIPTION="A handler for XKCD urls"
HOMEPAGE="https://github.com/mazunki/xkcd"
SRC_URI="https://github.com/mazunki/xkcd/archive/refs/tags/v${PV}.tar.gz -> xkcd-${PV}.tar.gz"

S="${WORKDIR}/xkcd-${PV}"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="x11-misc/xdg-utils"

src_install() {
	dobin xkcd
	domenu xkcd.desktop
	doman xkcd.1
}

Inherited Eclasses

xdg

Dependencies

RDEPEND

x11-misc/xdg-utils

Manifest for 1.1.4

Type File Size Source URLs
DIST xkcd-1.1.4.tar.gz 14699 bytes https://github.com/mazunki/xkcd/archive/refs/tags/v1.1.4.tar.gz