1 # Maintainer: daurnimator <daurnimator@archlinux.org>
3 pkgname=postgresql-ip4r
6 pkgdesc="IPv4/v6 and IPv4/v6 range index type for PostgreSQL"
8 url="https://github.com/RhodiumToad/ip4r/"
10 depends=('postgresql')
14 source=("$pkgname-$pkgver.tar.gz::https://github.com/RhodiumToad/ip4r/archive/$pkgver.tar.gz"
16 sha256sums=('78b9f0c1ae45c22182768fe892a32d533c82281035e10914111400bf6301c726'
17 '6d61e1a86a5548ce790729a46efa621796d7b79d68e1e8bc92c29034100059a5')
25 install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
28 make DESTDIR="$pkgdir" install