blob: 97413d2693dab323d39c9eb4da82f917b1d74e09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
pkgbase = smartdns-rs-git
pkgdesc = A cross platform local DNS server (Dnsmasq like) written in rust to obtain the fastest website IP for the best Internet experience, supports DoT, DoH. 一个用 Rust 编写的跨平台本地DNS服务器,获取最快的网站IP,获得最佳上网体验,支持DoH,DoT。
pkgver = 0.10.0.r11.g0af5c5b
pkgrel = 1
url = https://github.com/mokeyish/smartdns-rs
arch = x86_64
license = MIT
license = Apache-2.0
license = GPL-3.0-only
makedepends = clang
makedepends = git
makedepends = llvm-libs
makedepends = llvm
makedepends = rust
depends = cargo
depends = systemd
provides = smartdns-rs
provides = smartdns
conflicts = smartdns-rs
conflicts = smartdns
options = !lto
source = smartdns-rs::git+https://github.com/mokeyish/smartdns-rs.git
sha256sums = SKIP
pkgname = smartdns-rs-git
|