diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest new file mode 100644 index 0000000000..9864b43669 --- /dev/null +++ b/net-client/offpunk/Manifest @@ -0,0 +1 @@ +DIST offpunk-0.1.tar.gz 25356 BLAKE2B 45169fae6f566dfab0b8416442f220e62c49cd32ed020bb516f2474ebe7736fca413a68ecf3ec9d609897b02b9092dfe6c7d03dc403c52eaaf63541e4ce16a88 SHA512 5592a314bf3ebd91be083c5a8b43db483f80138113825cdfe0d141cecf0ca9482011eab1a05a7212323c2c1b5a95eb1dbdad4363a281e8229287d433552b6fd5 diff --git a/net-client/offpunk/metadata.xml b/net-client/offpunk/metadata.xml new file mode 100644 index 0000000000..2e253c1bfd --- /dev/null +++ b/net-client/offpunk/metadata.xml @@ -0,0 +1,14 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + + offpunk@ploum.eu + Ploum + + + diff --git a/net-client/offpunk/offpunk-0.1.ebuild b/net-client/offpunk/offpunk-0.1.ebuild new file mode 100644 index 0000000000..6a48ea1ec3 --- /dev/null +++ b/net-client/offpunk/offpunk-0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +DISTUTILS_SINGLE_IMPL=1 +inherit distutils-r1 optfeature + +MY_PN="av-98-offline" +DESCRIPTION="A command-line, text-based and offline-first Gemini browser" +HOMEPAGE="https://tildegit.org/ploum/AV-98-offline" +SRC_URI="https://tildegit.org/ploum/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +pkg_postinst() { + optfeature "better TOFU certificate validation" dev-python/cryptography + #optfeature "ANSI escape codes support" dev-python/ansiwrap + optfeature "MIME type detection support" dev-python/python-magic + optfeature "clipboard support" x11-misc/xsel +}