net-misc/ap-client - 9999 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =net-misc/ap-client-9999

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

autounmask =net-misc/ap-client-9999

Or alternatively:

emerge --autounmask-write -a =net-misc/ap-client-9999

Package Information

Description:
CLI-based client / toolbox for ActivityPub Client-to-Server
Homepage:
https://hacktivis.me/git/ap-client/
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 7 0
View Raw Ebuild
# Copyright 2021-2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit perl-module git-r3

DESCRIPTION="CLI-based client / toolbox for ActivityPub Client-to-Server"
HOMEPAGE="https://hacktivis.me/git/ap-client/"
EGIT_REPO_URI="https://anongit.hacktivis.me/git/ap-client.git"
LICENSE="AGPL-3"
SLOT="0"

IUSE="test"

RESTRICT="!test? ( test )"

RDEPEND="
	dev-perl/JSON
	dev-perl/LWP-Protocol-https
"
DEPEND="
	${RDEPEND}
	test? ( dev-perl/Test-Output )
"

USE Flags

Manage flags for this package: euse -i <flag> -p net-misc/ap-client | euse -E <flag> -p net-misc/ap-client | euse -D <flag> -p net-misc/ap-client

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	
	dev-perl/JSON
	dev-perl/LWP-Protocol-https

	test? ( dev-perl/Test-Output )

RDEPEND

	dev-perl/JSON
	dev-perl/LWP-Protocol-https