# Maintainer: Felix Yan pkgname=v2ray-domain-list-community pkgver=20230516143757 _commit=6c3d6a3045d77e57565194648ab6c5be1b6fecd6 pkgrel=1 pkgdesc="A list of domains to be used as geosites for routing purpose in Project V" arch=('any') url="https://github.com/v2fly/domain-list-community" license=('MIT') makedepends=('go' 'git') source=("git+https://github.com/v2fly/domain-list-community.git#commit=$_commit") sha512sums=('SKIP') build() { cd domain-list-community ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.18 go run main.go } package() { cd domain-list-community install -Dm644 dlc.dat "$pkgdir"/usr/share/v2ray/geosite.dat install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/ }