mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-util/pwntools: sync live
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/33326 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
e0daf928d9
commit
5cb52bf205
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
inherit distutils-r1
|
||||
inherit bash-completion-r1 distutils-r1
|
||||
|
||||
DESCRIPTION="CTF framework and exploit development library"
|
||||
HOMEPAGE="https://github.com/Gallopsled/pwntools"
|
||||
@@ -57,5 +57,15 @@ python_configure_all() {
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
|
||||
newbashcomp extra/bash_completion.d/pwn pwn
|
||||
newbashcomp extra/bash_completion.d/shellcraft shellcraft
|
||||
|
||||
insinto /usr/share/zsh/site-functions
|
||||
doins extra/zsh_completion/_pwn
|
||||
|
||||
# Disable automatic update check (bug 915496).
|
||||
insinto /etc
|
||||
doins "${FILESDIR}/pwn.conf"
|
||||
|
||||
rm -r "${ED}/usr/pwntools-doc" || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user