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