summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8ba1d1111edeb5d8250c12a21b6ed7c3d367eba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: robertfoster

pkgname=whatweb
pkgver=0.4.9
pkgrel=1
pkgdesc="Next generation web scanner that identifies what websites are running."
arch=('i686' 'x86_64')
url="http://www.morningstarsecurity.com/research/whatweb"
license=('GPL')
depends=('ruby1.8')
conflicts=('whatweb-git')
source=("https://github.com/urbanadventurer/WhatWeb/archive/v$pkgver.tar.gz")

package() {
  cd "$srcdir/WhatWeb-$pkgver"
  make DESTDIR=$pkgdir
  sed 's#/usr/bin/env ruby#/usr/bin/ruby-1.8#g' -i ${pkgdir}/usr/bin/whatweb
}

md5sums=('31d57457f34f6691ac20639ffdef8ad6')