mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
app-admin/akita: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
1
app-admin/akita/Manifest
Normal file
1
app-admin/akita/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST akita-0.1.4.tar.gz 212866 BLAKE2B d6a32943eff8eb110fd4026378ecf04443a0792386ad755e28efeeba983f501f735bdae93bf798413caddec30764c9b6a2521d605e88f84a15081994361ce3ad SHA512 aeb5f6c21b4cb69c9adf58516db6ad951db562f5a12ff71f3816b9a962c4c2503120f6140f53b82893c441565676f3bc41a19ea2301728502d5a2c191372fdba
|
||||
21
app-admin/akita/akita-0.1.4.ebuild
Normal file
21
app-admin/akita/akita-0.1.4.ebuild
Normal file
@@ -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
|
||||
23
app-admin/akita/metadata.xml
Normal file
23
app-admin/akita/metadata.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
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.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<email>lazar.michael22@gmail.com</email>
|
||||
<name>Michael Lazar</name>
|
||||
</maintainer>
|
||||
<remote-id type="github">michael-lazar/Akita</remote-id>
|
||||
<remote-id type="pypi">akita</remote-id>
|
||||
<bugs-to>https://github.com/michael-lazar/Akita/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user