summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 720d1b0be63f3375bd74b620f87f1304efa90a09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Maintainer: Aneesh Raghavan <(first name without "h")(last name) @ gmail.com>
#Automatically generated by pip2arch on 2018-05-23

pkgname=whip
pkgver=0.1
pkgrel=1
pkgdesc="Whip, the who, what, where and when about IP address data"
url="https://github.com/wbolster/whip"
depends=('python' )
makedepends=('python3' )
license=('BSD')
arch=('any')
source=('https://files.pythonhosted.org/packages/1a/a6/a4cf9dbe303f317a020b9b6b6cf7aebbf773926cd970be6cffc21e00c88c/whip-0.1.tar.gz')
md5sums=('03fe9650cad2bb0ddee78bedf0f12065')

build() {
    cd $srcdir/whip-0.1
    python setup.py build
}

package() {
    cd $srcdir/whip-0.1
    python setup.py install --root="$pkgdir" --optimize=1 
}