mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
New package: oidentd-2.3.1 (#332)
This commit is contained in:
parent
a977186e51
commit
33a9faa8f0
2 changed files with 22 additions and 0 deletions
3
srcpkgs/oidentd/files/oidentd/run
Normal file
3
srcpkgs/oidentd/files/oidentd/run
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
[ -r conf ] && . ./conf
|
||||||
|
exec oidentd -i ${OPTS:=-u nobody -g nogroup}
|
19
srcpkgs/oidentd/template
Normal file
19
srcpkgs/oidentd/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue