# Maintainer: suienzan _pkgname=mosdns pkgname=${_pkgname}-bin pkgver=0.17.1 pkgrel=1 pkgdesc="Plug-in configured DNS forwarder/server" arch=('x86_64') url="https://github.com/IrineSistiana/mosdns/" license=('GPL3') optdepends=('v2ray-domain-list-community: geosite.dat' 'v2ray-geoip: geoip.dat') provides=('mosdns') conflicts=('mosdns' 'mosdns-git') source=("$pkgname-$pkgver.zip::https://github.com/IrineSistiana/mosdns/releases/download/v${pkgver}/mosdns-linux-amd64.zip") sha256sums=('46b910422f295f29482797ca6862d2d498234d4abfdf46cf138f8f950e72aaba') package() { install -Dm755 mosdns "$pkgdir"/usr/bin/mosdns }