29 lines
822 B
Bash
29 lines
822 B
Bash
# Template file for 'inadyn'
|
|
pkgname=inadyn
|
|
version=2.8.1
|
|
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.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=1185a9fb165bfc5f5b5f66f0dd8a695c9bd78d4b20cd162273eeea77f2d2e685
|
|
|
|
system_accounts="inadyn"
|
|
inadyn_homedir="/var/empty"
|
|
|
|
conf_files="/etc/inadyn.conf"
|
|
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|
|
|
|
post_install() {
|
|
vconf ${FILESDIR}/inadyn.conf
|
|
vsv inadyn
|
|
}
|