summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 404a76d7f9f670bc38443317cdc976c3dab9b74c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Maintainer: Mahdy Mirzade <me@mahdi.pw>
pkgname=getip
pkgver=1.0.3
pkgrel=2
pkgdesc="Get Private/Public IP & IP's Geolocation."
arch=(any)
url="https://git.mahdi.pw/getip"
license=('MIT')
depends=('curl' 'dog' 'grep' 'jq')
makedepends=('git')
source=("$pkgname::git+git://mahdi.pw/getip.git")
sha256sums=('SKIP')

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