mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-misc/freewvs: add 0.1.4
License changed from CC0 to 0BSD. Signed-off-by: Hanno Böck <hanno@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST freewvs-0.1.3.tar.gz 20463 BLAKE2B 13fa629aeefb72f36f76ca3712fd0928681f05b88b96ad917138f8b745881135f82e8b467f59c9880a113b702e8fcb64e925066c57be5931afacfc7285c2af83 SHA512 cb0d00d4577be478136c470a7f80a667d2cbd73e516b168138bba95549b5f41025a1e11f39a214cf375b8b16ebc3334433976f63b30c100c0c08521d2c1e9c51
|
||||
DIST freewvs-0.1.4.tar.gz 18674 BLAKE2B 8923cd4dc9df529ff55d0ac807106e77d31b0e2ea7b7acab9d0bbd40526818d1d62d74718f2addf79f45e5b7154b0e6351ed3245e864f022f04ab6d4c235d228 SHA512 01632a5c3dd3dc58577225ea57debd5e44ca1a24b30d9cf0c9f17547f72b030b50caaf2ffa4a61ad5d0c1546eedda914da96ce39814ec3c2c421823e9d8e5760
|
||||
|
||||
28
app-misc/freewvs/freewvs-0.1.4.ebuild
Normal file
28
app-misc/freewvs/freewvs-0.1.4.ebuild
Normal file
@@ -0,0 +1,28 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
PYTHON_COMPAT=( python3_{9,10,11,12} )
|
||||
DISTUTILS_SINGLE_IMPL=1
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Scans filesystem for known vulnerable web applications"
|
||||
HOMEPAGE="https://freewvs.schokokeks.org/"
|
||||
|
||||
LICENSE="0BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DOCS=( README.md )
|
||||
|
||||
pkg_postinst() {
|
||||
einfo To use freewvs you need to run
|
||||
einfo update-freewvsdb
|
||||
einfo first. You should run this on a regular basis to update
|
||||
einfo the web application data, e.g. via a cronjob.
|
||||
}
|
||||
|
||||
# Only codingstyle and similar tests, require dependencies
|
||||
# not packaged in Gentoo
|
||||
RESTRICT="test"
|
||||
Reference in New Issue
Block a user