29 lines
737 B
Bash
29 lines
737 B
Bash
# Template file for 'inadyn'
|
|
pkgname=inadyn
|
|
version=2.3
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--enable-openssl"
|
|
hostmakedepends="automake libtool pkg-config"
|
|
makedepends="confuse-devel libressl-devel"
|
|
short_desc="Small DynDNS client with SSL/TLS support"
|
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://troglobit.com/inadyn.html"
|
|
distfiles="https://github.com/troglobit/inadyn/releases/download/v${version}/inadyn-${version}.tar.xz"
|
|
checksum=4a98b80d8565b9e4cb32b19b7a8b06a22a7d9a6f4f03a5298a8d441b6187c760
|
|
|
|
system_accounts="inadyn"
|
|
inadyn_homedir="/run/inadyn"
|
|
|
|
conf_files="/etc/inadyn.conf"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vconf ${FILESDIR}/inadyn.conf
|
|
vsv inadyn
|
|
}
|