Adding RavenNetListener to support network raw API

This commit is contained in:
DarkFeather
2018-10-16 17:41:39 -05:00
parent 11da27e0c4
commit 5ec606e3b6
3 changed files with 10 additions and 4 deletions

View File

@@ -8,8 +8,8 @@ arch=("x86_64")
url="https://aninix.net/foundation/TheRaven"
license=('custom')
groups=()
depends=('mono>=5.0.0' 'curl' 'grep' 'bash>=4.4' 'git>=2.13' 'pushbullet-cli' 'lynx' 'wget')
makedepends=('make>=4.2')
depends=('mono>=5.0.0' 'curl' 'grep' 'bash>=4.4' 'git>=2.13' 'pushbullet-cli' 'lynx' 'wget' 'nmap>=7.70')
makedepends=('make>=4.2' 'pwgen')
checkdepends=()
optdepends=()
provides=('theraven')