summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: dac4a98ffefd035ada360e6bda07b1e16305b0e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Aoibhinn Nic Aoidh <oibind@pm.me>

_pkgname=obsh
pkgname=${_pkgname}-git
pkgver=20190512
pkgrel=1
pkgdesc="A tiny bash script for finding SSH servers in your local network."
url="https://github.com/notthebee/obsh/blob/master/obsh"
arch=('any')
provides=('obsh')
depends=('nmap')
makedepends=('git')
source=(git+https://github.com/notthebee/${_pkgname}.git)
md5sums=('SKIP')


package() {
    cd "$srcdir/$_pkgname"
    install -Dm755 "$_pkgname" "$pkgdir/usr/bin/$_pkgname"
}