void-packages/srcpkgs/inadyn/template
2021-12-09 21:07:05 +01:00

30 lines
821 B
Bash

# Template file for 'inadyn'
pkgname=inadyn
version=2.9.1
revision=1
build_style=gnu-configure
configure_args="--enable-openssl"
hostmakedepends="automake libtool pkg-config"
makedepends="confuse-devel openssl-devel"
short_desc="Small DynDNS client with SSL/TLS support"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="http://troglobit.com/inadyn.html"
changelog="https://github.com/troglobit/inadyn/raw/master/ChangeLog.md"
distfiles="https://github.com/troglobit/inadyn/releases/download/v${version}/inadyn-${version}.tar.xz"
checksum=0094d20cfcd431674b8d658e93169c7589bf8f2b351b2860818a1ca05f0218c5
system_accounts="inadyn"
inadyn_homedir="/var/empty"
conf_files="/etc/inadyn.conf"
pre_configure() {
autoreconf -fi
}
post_install() {
vconf ${FILESDIR}/inadyn.conf
vsv inadyn
}