#Maintainer: M0Rf30 pkgname=whatweb-git pkgver=3955.362145c pkgrel=1 pkgdesc="Next generation web scanner that identifies what websites are running." arch=('i686' 'x86_64') conflicts=('whatweb') url="http://www.morningstarsecurity.com/research/whatweb" license=('GPL') depends=('ruby1.8') source=("whatweb::git://github.com/urbanadventurer/WhatWeb.git") package() { cd whatweb sed -i 's/TODO //g' Makefile make DESTDIR=$pkgdir install sed 's#/usr/bin/env ruby#/usr/bin/ruby-1.8#g' -i ${pkgdir}/usr/bin/whatweb } pkgver() { cd whatweb echo $(git rev-list --count master).$(git rev-parse --short master) } md5sums=('SKIP')