diff --git a/app-admin/akita/Manifest b/app-admin/akita/Manifest new file mode 100644 index 0000000000..b454730495 --- /dev/null +++ b/app-admin/akita/Manifest @@ -0,0 +1 @@ +DIST akita-0.1.4.tar.gz 212866 BLAKE2B d6a32943eff8eb110fd4026378ecf04443a0792386ad755e28efeeba983f501f735bdae93bf798413caddec30764c9b6a2521d605e88f84a15081994361ce3ad SHA512 aeb5f6c21b4cb69c9adf58516db6ad951db562f5a12ff71f3816b9a962c4c2503120f6140f53b82893c441565676f3bc41a19ea2301728502d5a2c191372fdba diff --git a/app-admin/akita/akita-0.1.4.ebuild b/app-admin/akita/akita-0.1.4.ebuild new file mode 100644 index 0000000000..3c8c2eb05c --- /dev/null +++ b/app-admin/akita/akita-0.1.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_REQ_USE="ncurses" +DISTUTILS_USE_SETUPTOOLS="rdepend" + +inherit distutils-r1 + +DESCRIPTION="An HTTP log monitoring tool for your terminal" +HOMEPAGE="https://github.com/michael-lazar/Akita https://pypi.org/project/akita/" +SRC_URI="https://github.com/michael-lazar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/Akita-${PV}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest diff --git a/app-admin/akita/metadata.xml b/app-admin/akita/metadata.xml new file mode 100644 index 0000000000..4040b55c41 --- /dev/null +++ b/app-admin/akita/metadata.xml @@ -0,0 +1,23 @@ + + + + + cyber+gentoo@sysrq.in + Anna + + + Akita is a local HTTP log monitoring tool that runs in your + terminal. With Akita, you can view a summary of you webserver's + activity in real-time. All server access logs that use the + Common Log Format are supported, including Apache and Nginx. + + + + lazar.michael22@gmail.com + Michael Lazar + + michael-lazar/Akita + akita + https://github.com/michael-lazar/Akita/issues + +