mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
maltego-4.2.18.13878.ebuild
This commit is contained in:
parent
df06a4b500
commit
8e35a32799
3 changed files with 63 additions and 2 deletions
|
|
@ -1,3 +1,2 @@
|
|||
DIST maltego-4.2.12.13389.deb 122102820 BLAKE2B ff7563ad8278e7874bddb554c2dd946b77faa2e0e3e40236d998e4f97b7810d14cad40a8a6a27d12f42b6708c34205b3402246736944d532b13413914fecee96 SHA512 efe6546667b99c334ce2f980c877032316af5821c2e663c1be2764bddbfe66d732c312196e290355b09b7fb356c453f256bc2816bbfcc8ad3a7ce03dba6e2ba0
|
||||
DIST maltego-4.2.6.12502.deb 106870342 BLAKE2B 4f25d03026ab19b269846d51721b0ce1f1a333a13f40f8f73eee06ae33f89108448bd6e48929cbffbae4722378876c50305812dc5ff038cf203f8ca0e6df3c3e SHA512 7244cffe2ac420a620710ca1f9d4ad0165e8d1e8266ce85c240fba0e24844666b268d4b8377b73ce6492aa1584c1c1315954f672aa4e57a28da8f84b989a2407
|
||||
DIST maltego-4.2.7.12570.deb 106870744 BLAKE2B 7e7c04bb854df5cd92847694c3cdb9949198e984864e7b4ec973147b711e02014d470552bb688975dd91a5e824d957cbbf24cee799ebec8aa30d00c8b807cadd SHA512 d6e794916e5a0fc726c45b7e5e75e28d0d76e32049323f7b2f8d5880b26db711852b3d2055b0389895087e3cd8053ba7d19f6f96099b19c313eae44b5d002de7
|
||||
DIST maltego-4.2.18.13878.deb 142716306 BLAKE2B f60807ab61265400fa9fe6bf765788a44e64d947a9aabd0a880922180536bb8d48c120b95f7325af6dbba8931f24011b21d6380e73434f037d449845ccb8b4c6 SHA512 9af35d345150fb3201a5d65af7c3d9153c0146177a9964a1cebe291248319928f06baa768661e0d6ae01ed9ff3223918d6aac195ba2d02c5251639a8db784828
|
||||
|
|
|
|||
62
app-forensics/maltego/maltego-4.2.18.13878.ebuild
Normal file
62
app-forensics/maltego/maltego-4.2.18.13878.ebuild
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit desktop eutils unpacker xdg-utils
|
||||
|
||||
DESCRIPTION="Visualise, map and mine data"
|
||||
HOMEPAGE="https://www.paterva.com/"
|
||||
|
||||
SHORT_V="$(ver_cut 1-3)"
|
||||
#SRC_URI="https://www.paterva.com/malv${SHORT_V//./}/Maltego.v${PV}.deb -> ${P}.deb"
|
||||
SRC_URI="https://maltego-downloads.s3.us-east-2.amazonaws.com/linux/Maltego.v${PV}.deb -> ${P}.deb"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="Paterva-EULA"
|
||||
SLOT=0
|
||||
IUSE=""
|
||||
|
||||
DEPEND="$(unpacker_src_uri_depends)"
|
||||
RDEPEND="virtual/jre"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_prepare() {
|
||||
# Cleanup
|
||||
rm -fr usr/{share/doc,share/applications,bin} || die
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
doins -r *
|
||||
|
||||
fperms +x "/usr/share/${PN}/bin/${PN}"
|
||||
dosym "../share/${PN}/bin/${PN}" "/usr/bin/${PN}"
|
||||
|
||||
make_wrapper \
|
||||
"${PN}_memory_config" \
|
||||
"/usr/bin/java -jar \"/usr/share/maltego/maltego-ui/modules/ext/Java_Config_App.jar\""
|
||||
|
||||
make_desktop_entry \
|
||||
"${PN}" \
|
||||
"Maltego" \
|
||||
"${PN}" \
|
||||
"Development;Utility;"
|
||||
|
||||
make_desktop_entry \
|
||||
"${PN}_memory_config" \
|
||||
"Maltego Memory Config" \
|
||||
"${PN}" \
|
||||
"Settings;"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_icon_cache_update
|
||||
xdg_desktop_database_update
|
||||
}
|
||||
0
app-forensics/maltego/maltego-4.2.6.12502.ebuild
Normal file
0
app-forensics/maltego/maltego-4.2.6.12502.ebuild
Normal file
Loading…
Reference in a new issue