summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8e50c06debefc245f2e7905db2771bb9eecb2d8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer 5amu <v.casalino@protonmail.com>

pkgname=wessus
pkgver=1.4
pkgrel=0
pkgdesc="Wessus identifies vulnerabilities in websites identifying technologies and checking related CVE for the specific version."
url="https://gitlab.com/brn1337/wessus"
license=('CC BY-NC-SA 4.0')
arch=('any')
depends=('npm' 'python' 'chromium')
makedepends=('make')
source=("${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=("SKIP")

package() {
    cd $srcdir/$pkgname-$pkgver
    make PREFIX=$pkgdir/usr install
}