mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
rebrand: athaguard, fix deps, ready for AUR
This commit is contained in:
parent
e30391c520
commit
781ab01280
1 changed files with 6 additions and 6 deletions
12
PKGBUILD
12
PKGBUILD
|
|
@ -1,27 +1,27 @@
|
|||
# Maintainer: Bangkah <mdhyaulatha@gmail.com>
|
||||
pkgname=ids-ips-tool
|
||||
desc="Modular IDS/IPS Tool with Real-time Dashboard"
|
||||
pkgname=athaguard
|
||||
desc="AthaGuard - Modular IDS/IPS Tool with Real-time Dashboard"
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
arch=("any")
|
||||
url="https://github.com/Bangkah/IDS-IPS-Tool"
|
||||
url="https://github.com/Bangkah/athaguard"
|
||||
license=("MIT")
|
||||
depends=(
|
||||
'python' 'python-scapy' 'python-fastapi' 'python-uvicorn' 'python-jinja' 'python-watchdog' 'python-notify2'
|
||||
'python-pandas' 'python-numpy' 'python-scikit-learn' 'python-requests' 'python-pyotp' 'python-passlib'
|
||||
'python-python-jose' 'python-multipart' 'iptables' 'nftables' 'ufw'
|
||||
'python-jose' 'python-multipart' 'iptables' 'nftables' 'ufw'
|
||||
)
|
||||
makedepends=('git' 'python-setuptools')
|
||||
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/IDS-IPS-Tool-$pkgver"
|
||||
cd "$srcdir/athaguard-$pkgver"
|
||||
python setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/IDS-IPS-Tool-$pkgver"
|
||||
cd "$srcdir/athaguard-$pkgver"
|
||||
python setup.py install --root="$pkgdir" --optimize=1
|
||||
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue