1 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
2 # Contributor: Sergio Rubio <rubiojr@biondofu.net>
7 pkgdesc='Scan networks searching for NetBIOS information'
8 url='https://github.com/resurrecting-open-source-projects/nbtscan'
13 _commit='e339c81e996e4bda2c9eb5be62ececb9d65c3672'
14 source=("$pkgname::git+$url.git#commit=$_commit")
19 git describe --tags | sed 's/^v//'
29 ./configure --prefix=/usr
35 make DESTDIR="$pkgdir" install
36 install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"