seclists-2024.3.ebuild

This commit is contained in:
Anton Bolshakov 2024-08-13 11:23:48 +08:00
parent dd117b0d6b
commit fd578ea53e
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 20 additions and 2 deletions

View file

@ -1 +1,2 @@
DIST seclists-2023.4.tar.gz 619733074 BLAKE2B bc4216b369da1e74513606c4d8c204aba6743ccb63ec507d3c1d0497c707a3103ec734308989ad14b609e5d3b89a93b24adcbd66875b162b05cf780dd0282858 SHA512 21661fa2ee4380d4b73e6a677ab846ee447f3b30fda4681853d1945921efaf87807fd400905c18a0d93f4abdda9267b1fda388fecd96c4290ab16289ab000b88
DIST seclists-2024.3.tar.gz 676117031 BLAKE2B 5e6f63c6d97e382f12ad355f077ddc32cfaf519d9562431099665fa7470c361d386c68a4899d043cd9e89595f92b1dd7b7c87daf6735b7137bacb4531877e277 SHA512 c00a26a832cb58aa772fa971a4b0c80863d2f71b541e1a969143ae3ee2d640eecd9adeceb1f1128c654e785159085304c3bbc4b47038d115e1ca56f90c9ede82

View file

@ -6,13 +6,12 @@ EAPI=8
DESCRIPTION="A collection of multiple types of lists used during security assessments"
HOMEPAGE="https://github.com/danielmiessler/SecLists"
SRC_URI="https://github.com/danielmiessler/SecLists/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/SecLists-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm x86"
S="${WORKDIR}/SecLists-${PV}"
src_install(){
insinto /usr/share/dict/seclists
doins -r *

View file

@ -0,0 +1,18 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="A collection of multiple types of lists used during security assessments"
HOMEPAGE="https://github.com/danielmiessler/SecLists"
SRC_URI="https://github.com/danielmiessler/SecLists/archive/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/SecLists-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm x86"
src_install(){
insinto /usr/share/dict/seclists
doins -r *
}