mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
responder-3.0.7.0.ebuild
This commit is contained in:
parent
cc5d1ade62
commit
5551b80e37
3 changed files with 51 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
||||||
# Copyright 1999-2021 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=7
|
|
||||||
|
|
||||||
USE_RUBY="ruby26 ruby27"
|
|
||||||
RUBY_FAKEGEM_EXTRAINSTALL="vendor"
|
|
||||||
#RUBY_FAKEGEM_GEMSPEC="ckeditor-rails.gemspec"
|
|
||||||
|
|
||||||
inherit ruby-fakegem
|
|
||||||
|
|
||||||
DESCRIPTION="CKEditor is a javascript library of the WYSIWYG rich-text editor"
|
|
||||||
HOMEPAGE="https://github.com/tsechingho/ckeditor-rails"
|
|
||||||
|
|
||||||
HASH_COMMIT="16b77cca464ecf78a3318df64bb23f95b297adb2"
|
|
||||||
SRC_URI="https://github.com/tsechingho/ckeditor-rails/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="BSD"
|
|
||||||
SLOT="0"
|
|
||||||
#KEYWORDS="~amd64 ~x86"
|
|
||||||
|
|
||||||
S="${WORKDIR}"/all/ckeditor-rails-${HASH_COMMIT}
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
DIST responder-3.0.3.0.tar.gz 1441163 BLAKE2B 3f4e53b3c91a25830e6d48457c0ba8a9990049ee6352cd42648f4aa4d80b6454de88561bfa75062b03de4acbb228dd79dfdaa0ce66385a71520bb9ecf70cfc2b SHA512 b089ade73ffedf0c52bd4e0ac5d0eb3c02cc86e3936ea7e739604d12edb1b149a3bc247bcf961801b7c3b1f8f0f9358d12f0462ec50eb442cecdd20df3a346bb
|
DIST responder-3.0.3.0.tar.gz 1441163 BLAKE2B 3f4e53b3c91a25830e6d48457c0ba8a9990049ee6352cd42648f4aa4d80b6454de88561bfa75062b03de4acbb228dd79dfdaa0ce66385a71520bb9ecf70cfc2b SHA512 b089ade73ffedf0c52bd4e0ac5d0eb3c02cc86e3936ea7e739604d12edb1b149a3bc247bcf961801b7c3b1f8f0f9358d12f0462ec50eb442cecdd20df3a346bb
|
||||||
DIST responder-3.0.6.0.tar.gz 759151 BLAKE2B 4a16d36c5295d43b18fcd70cce22f8f6011727ccd565525994045ff878ee1a39781bce08d13809ac4dda9aae9b5afc5ef6c059055ba71361d77712fdf011071a SHA512 def20c2bd102dd3953f75dc31748ac548cc7f080c3041067aaaf806b96f415d3f37cbbde6b09b7d13480e1868982110260bff3cff620264b6a1f9fb2c24f6250
|
DIST responder-3.0.6.0.tar.gz 759151 BLAKE2B 4a16d36c5295d43b18fcd70cce22f8f6011727ccd565525994045ff878ee1a39781bce08d13809ac4dda9aae9b5afc5ef6c059055ba71361d77712fdf011071a SHA512 def20c2bd102dd3953f75dc31748ac548cc7f080c3041067aaaf806b96f415d3f37cbbde6b09b7d13480e1868982110260bff3cff620264b6a1f9fb2c24f6250
|
||||||
|
DIST responder-3.0.7.0.tar.gz 763325 BLAKE2B 843add0892443c515fa31ea73e2bb89ca0d9d4088f0def024160f53f3ff932c92f1c256734b0ce40a810d2877f1e7c2e9007ccbeb51cf12dbdf5f9c66f248e3e SHA512 0cdbb75447840bd917eb12532c4b70288809b17f7f9516be666af76e257d0e15aeb2d674c88af609d5fbb86673fe01e4be0ddb39bdec7d6a9cb05185bae21b96
|
||||||
|
|
|
||||||
50
net-analyzer/responder/responder-3.0.7.0.ebuild
Normal file
50
net-analyzer/responder/responder-3.0.7.0.ebuild
Normal file
|
|
@ -0,0 +1,50 @@
|
||||||
|
# Copyright 1999-2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{8..9} )
|
||||||
|
PYTHON_REQ_USE="sqlite"
|
||||||
|
|
||||||
|
inherit python-single-r1
|
||||||
|
|
||||||
|
DESCRIPTION="LLMNR, NBT-NS and MDNS poisoner, HTTP/SMB/MSSQL/FTP/LDAP rogue authentication"
|
||||||
|
HOMEPAGE="https://github.com/lgandx/Responder"
|
||||||
|
SRC_URI="https://github.com/lgandx/Responder/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="amd64 ~arm64 x86"
|
||||||
|
|
||||||
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||||
|
|
||||||
|
DEPEND="${PYTHON_DEPS}"
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
S="${WORKDIR}/Responder-${PV}"
|
||||||
|
|
||||||
|
pkg_setup() {
|
||||||
|
python-single-r1_pkg_setup
|
||||||
|
}
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
python_fix_shebang "${S}"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dodir /usr/$(get_libdir)/${PN}
|
||||||
|
cp -R * "${ED}"/usr/$(get_libdir)/${PN} || die "Copy files failed"
|
||||||
|
|
||||||
|
# dosym "${EPREFIX}"/usr/$(get_libdir)/${PN}/Responder.py /usr/sbin/responder
|
||||||
|
dosym "${EPREFIX}"/usr/$(get_libdir)/${PN}/Report.py /usr/bin/responder_report
|
||||||
|
dosym "${EPREFIX}"/usr/$(get_libdir)/${PN}/DumpHash.py /usr/bin/responder_dumphash
|
||||||
|
|
||||||
|
newsbin - responder <<-EOF
|
||||||
|
#!/bin/sh
|
||||||
|
cd /usr/$(get_libdir)/responder
|
||||||
|
${EPYTHON} ./Responder.py \${@}
|
||||||
|
EOF
|
||||||
|
|
||||||
|
python_optimize "${ED}/usr/$(get_libdir)/${PN}"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue