summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ade044b037f38de1c187482c2c96d88894abfd06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: so1ar <674630130@qq.com>

pkgname=v2ray-geoip-custom
pkgver=202108252209
pkgrel=1
pkgdesc="Custom GeoIP List for V2Ray"
arch=('any')
url="https://github.com/Loyalsoldier/v2ray-rules-dat"
license=('GPL3')
provides=('v2ray-geoip')
conflicts=('v2ray-geoip')

source=("geoip-$pkgver.dat::https://github.com/Loyalsoldier/v2ray-rules-dat/releases/download/$pkgver/geoip.dat")
sha256sums=('a4cc53e35c54b60a107faf51933123c5e23ebe8e5935ec1759cb239989bc2812')

package() {
  install -Dm644 geoip-$pkgver.dat "$pkgdir"/usr/share/v2ray/geoip.dat
}