mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
net-misc/xkcd-handler: add 1.1.4, drop 1.0.13
Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>
This commit is contained in:
24
net-misc/xkcd-handler/xkcd-handler-1.1.4.ebuild
Normal file
24
net-misc/xkcd-handler/xkcd-handler-1.1.4.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# 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://xkcd.com/"
|
||||
SRC_URI="https://github.com/mazunki/xkcd/archive/refs/tags/v${PV}.tar.gz -> xkcd-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="x11-misc/xdg-utils"
|
||||
|
||||
S="${WORKDIR}/xkcd-${PV}"
|
||||
|
||||
src_install() {
|
||||
dobin xkcd
|
||||
domenu xkcd.desktop
|
||||
doman xkcd.1
|
||||
}
|
||||
Reference in New Issue
Block a user