update
This commit is contained in:
parent
87ccfeb52e
commit
a3ea67c39b
@ -1,36 +0,0 @@
|
|||||||
# Maintainer: Kevin Muñoz (MrHacker) <david.munozm@proton.me>
|
|
||||||
pkgname=Egyscan
|
|
||||||
pkgver=3.1
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="Egyscan the guardian angel of your digital existence"
|
|
||||||
arch=('x86_64')
|
|
||||||
url="https://github.com/dragonked2/Egyscan"
|
|
||||||
license=('MIT')
|
|
||||||
depends=(
|
|
||||||
'python'
|
|
||||||
'nuitka'
|
|
||||||
);
|
|
||||||
optdepends=(
|
|
||||||
);
|
|
||||||
validpgpkeys=(
|
|
||||||
'2B9D22B41F2AF1042BFCE73A3CA0B9DF1BE7CE09'
|
|
||||||
)
|
|
||||||
|
|
||||||
source=("https://github.com/dragonked2/$pkgname/archive/refs/tags/Version$pkgver.tar.gz")
|
|
||||||
|
|
||||||
sha256sums=('2c51acd60634874d35d1d9378e7411ed88785d21c611643f94cc2d54632782a2')
|
|
||||||
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd "$srcdir"/$pkgname-Version$pkgver
|
|
||||||
python -m venv .venv
|
|
||||||
source .venv/bin/activate
|
|
||||||
pip install -r virtualrequirements.txt
|
|
||||||
nuitka3 --standalone egy.py
|
|
||||||
cd egy.dist
|
|
||||||
mv egy.bin ./egyscan
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cp --recursive "$srcdir"/$pkgname-Version$pkgver/egy.dist "$pkgdir"/opt/$pkgname/
|
|
||||||
}
|
|
@ -1,12 +0,0 @@
|
|||||||
post_install()
|
|
||||||
{
|
|
||||||
echo "creating wazuh-indexer user and group"
|
|
||||||
groupadd -f wazuh-indexer
|
|
||||||
usuario="wazuh-indexer" && id "$usuario" &>/dev/null || useradd -d /usr/share/wazuh-indexer -g wazuh-indexer -s /usr/bin/nologin wazuh-indexer
|
|
||||||
chown -R wazuh-indexer:wazuh-indexer /usr/share/wazuh-indexer
|
|
||||||
chown -R wazuh-indexer:wazuh-indexer /etc/wazuh-indexer
|
|
||||||
chown -R wazuh-indexer:wazuh-indexer /var/log/wazuh-indexer
|
|
||||||
chown -R wazuh-indexer:wazuh-indexer /var/lib/wazuh-indexer
|
|
||||||
echo "Done!"
|
|
||||||
echo "Visit https://documentation.wazuh.com/current/installation-guide/wazuh-indexer/step-by-step.html and follow the configure instructions and Cluster initialization instructions"
|
|
||||||
}
|
|
1
librewolf
Submodule
1
librewolf
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit b42cf05f741113d8f7b44140efed965fadb50840
|
Loading…
Reference in New Issue
Block a user