summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a3466e0c7721b22d973eaafdd26789056df59f70 (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
26
27
28
# Maintainer: make-github-pseudonymous-again <5165674+make-github-pseudonymous-again@users.noreply.github.com>
pkgname=ovh-dns
pkgver=1.3.0
pkgrel=2
epoch=
pkgdesc="Update a given A/AAAA/... record in your DNS zone, using OVH API"
arch=(any)
url="https://github.com/make-github-pseudonymous-again/${pkgname}"
license=()
groups=()
depends=('bash' 'coreutils' 'iputils' 'jq' 'ovh-api-client')
makedepends=('git')
checkdepends=()
optdepends=('myip: ovh-dns-watch support' 'xxhash: ovh-dns-watch support')
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
source=("https://github.com/make-github-pseudonymous-again/${pkgname}/archive/v${pkgver}.tar.gz")
noextract=()
md5sums=('SKIP')

package() {
	cd "$srcdir/$pkgname-$pkgver"
	make DESTDIR="$pkgdir" install
}