# Maintainer: willemw # Contributor: David Schury # Contributor: reMiND # Contributor: Eric Engestrom # Contributor: trile7 at gmail dot com pkgname=inadyn-fork pkgver=2.9.0 pkgrel=1 pkgdesc="Dynamic DNS client with SSL/TLS support" arch=('x86_64') url="http://troglobit.com/inadyn.html" license=('GPL') depends=('ca-certificates' 'confuse' 'openssl') provides=('inadyn') backup=('etc/inadyn.conf') #source=("https://github.com/troglobit/inadyn/archive/refs/tags/v$pkgver.tar.gz") source=("https://github.com/troglobit/inadyn/releases/download/v$pkgver/inadyn-$pkgver.tar.xz") sha256sums=('2e2eb9e3ef76e314e147aeb2aec80018e09af6b6357b46dda5b2a52ce9da738e') build() { cd "${pkgname%-fork}-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --enable-openssl make } package() { cd "${pkgname%-fork}-$pkgver" install -Dm600 examples/inadyn.conf -t "$pkgdir/etc" make DESTDIR="$pkgdir" install-strip }