19 lines
519 B
Bash
19 lines
519 B
Bash
# Template file for 'nextdns'
|
|
pkgname=nextdns
|
|
version=1.40.1
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/nextdns/nextdns"
|
|
go_ldflags="-X main.version=${version}"
|
|
short_desc="NextDNS CLI client (DoH Proxy)"
|
|
maintainer="RunningDroid <runningdroid@zoho.com>"
|
|
license="MIT"
|
|
homepage="https://nextdns.io/"
|
|
distfiles="https://github.com/nextdns/nextdns/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=5fec5ed5373d94dcaf8b17ddd78d05ccdfd0faa8b4695d9e926d8e71278ea08e
|
|
|
|
post_install() {
|
|
vsv nextdns
|
|
vlicense LICENSE
|
|
}
|