2019-03-18 20:30:39 +01:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://dev.maxmind.com/geoip/geoip2/geolite2/
|
|
|
|
TERMUX_PKG_DESCRIPTION="GeoLite2 IP geolocation databases compiled by MaxMind"
|
|
|
|
TERMUX_PKG_LICENSE="CC0-1.0"
|
2019-05-16 18:54:59 +02:00
|
|
|
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
|
2019-03-18 20:30:39 +01:00
|
|
|
TERMUX_PKG_PLATFORM_INDEPENDENT=true
|
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
|
2019-08-12 01:42:17 +02:00
|
|
|
# Bump date ~once per month to update package.
|
2019-11-03 00:28:12 +01:00
|
|
|
TERMUX_PKG_VERSION=20191103
|
2019-03-18 20:30:39 +01:00
|
|
|
TERMUX_PKG_SRCURL=('https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz'
|
|
|
|
'https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.tar.gz'
|
|
|
|
'https://geolite.maxmind.com/download/geoip/database/GeoLite2-ASN.tar.gz')
|
2019-08-12 01:42:17 +02:00
|
|
|
TERMUX_PKG_SHA256=('SKIP_CHECKSUM' 'SKIP_CHECKSUM' 'SKIP_CHECKSUM')
|
2019-03-18 20:30:39 +01:00
|
|
|
|
|
|
|
termux_step_make_install() {
|
|
|
|
install -Dm600 \
|
|
|
|
-t "$TERMUX_PREFIX"/share/GeoIP/ \
|
|
|
|
$(find "$TERMUX_PKG_SRCDIR" -type f -iname \*.mmdb)
|
|
|
|
}
|