# Maintainer: Akatsuki Rui pkgname=v2ray-domain-list-china pkgver=20211017121840 pkgrel=1 pkgdesc="A list of domains to be used as geosites for routing purpose in Project V" arch=('any') url="https://github.com/akiirui/domain-list-china" license=('MIT') source=("dlc.dat-$pkgver::https://github.com/akiirui/domain-list-china/releases/download/$pkgver/dlc.dat" "https://raw.githubusercontent.com/akiirui/domain-list-china/main/LICENSE") b2sums=('84b7325327b5321eab808dbffe00b885950e46d2e02aa73c3f8fd12a9d835ae0bdbc3d4f4434be9b1d5e9cc22fdeb847c6bd12c5b58631871cd3bde1b4deb56c' '53fcf5b8a104ecd10a6719ef025de0d4779d1b24ea33a9b9dab78ae9f2579dc063c099e698745c6ac7b7e00bd5cbe5d849211f06281da9291fed86e193ae3628') package() { install -Dm644 "$srcdir/dlc.dat-$pkgver" "$pkgdir/usr/share/v2ray/dlc.dat" install -Dm644 "$srcdir/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }