blob: 4a07a2561be4b1f935c43ce12ded313d4efa4c9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgbase = gandi-automatic-dns
pkgdesc = Script that updates Gandi DNS reccords to point at a machine's external IP address.
pkgver = 1.3.3
pkgrel = 1
url = https://github.com/brianpcurran/gandi-automatic-dns
arch = any
license = custom:ISC
depends = openssl
optdepends = net-tools: to discover external IP on interface using ifconfig
optdepends = bind-tools: to discover external IP via DNS request using dig
source = https://github.com/brianpcurran/gandi-automatic-dns/archive/v1.3.3.tar.gz
sha256sums = 3dbd31ceb6b5b40e65cb1673ccc61af442e365013749f33e3e38ae6782bdbfa3
pkgname = gandi-automatic-dns
|