summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b2d833f9f4475fd81d17d9181b3b8b34f0c22324 (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=20190612
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"
}