New package: oidentd-2.3.1 (#332)

This commit is contained in:
Andrew Benson 2018-07-06 12:46:43 -05:00 committed by cr6git
parent a977186e51
commit 33a9faa8f0
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
[ -r conf ] && . ./conf
exec oidentd -i ${OPTS:=-u nobody -g nogroup}

19
srcpkgs/oidentd/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'oidentd'
pkgname=oidentd
version=2.3.1
revision=1
build_style=gnu-configure
conf_files="/etc/oidentd.conf /etc/oidentd_masq.conf"
hostmakedepends="flex"
makedepends="libnetfilter_conntrack-devel libcap-ng-devel"
short_desc="RFC 1413 compliant ident daemon"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="GPL-2.0-or-later, GFDL-1.1-or-later"
homepage="https://oidentd.janikrabe.com/"
changelog="https://raw.githubusercontent.com/janikrabe/${pkgname}/v${version}/ChangeLog"
distfiles="https://ftp.janikrabe.com/pub/${pkgname}/releases/latest/${pkgname}-${version}.tar.xz"
checksum=f5626a679263dd53c10b61bd0c7c9d59f947426667d3a35e53a22de4b5047635
post_install() {
vsv oidentd
}