mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-18 15:12:02 +01:00
28 lines
735 B
Plaintext
28 lines
735 B
Plaintext
# Contributor: TBK <alpine@jjtc.eu>
|
|
# Maintainer: TBK <alpine@jjtc.eu>
|
|
pkgname=inadyn
|
|
pkgver=2.5
|
|
pkgrel=0
|
|
pkgdesc="Dynamic DNS client with TLS support"
|
|
url="http://troglobit.com/projects/inadyn"
|
|
arch="all"
|
|
license="GPL-2.0-or-later"
|
|
options="!check" # not test suite
|
|
depends="ca-certificates"
|
|
makedepends="confuse-dev gnutls-dev"
|
|
subpackages="$pkgname-doc"
|
|
source="https://github.com/troglobit/inadyn/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
|
|
|
|
build() {
|
|
./configure \
|
|
--prefix=/usr \
|
|
--exec-prefix=/usr
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="885d05fdf70067a0e34899026300185a47f94e49ffe0cbbb7d07b17c80bd4cb2d2a9b35af4466b0dcc7949c59224d424f95e5afb9d31310db4ddacb90ca2475a inadyn-2.5.tar.gz"
|