void-packages/srcpkgs/hidentd/template
Juan RP 5e9d241804 hidentd: misc tweaks.
- If license is GPL, there's no need to install it.
- system_accounts creates a group with the same user specifically, so
that there's no need to set system_groups.
2015-04-27 08:12:51 +02:00

19 lines
526 B
Bash

# Template file for 'hidentd'
pkgname=hidentd
version=0.4
revision=2
build_style=gnu-configure
depends="ucspi-tcp"
short_desc="A simple and secure ident (RFC1413) server"
nocross=yes
maintainer="bougyman <bougyman@voidlinux.eu>"
license="GPL-2"
homepage="http://core.segfault.pl/~hobbit/hidentd/"
distfiles="http://core.segfault.pl/~hobbit/hidentd/dist/hidentd-${version}.tar.gz"
checksum=cc89268edb2964e15dfd21b147fcf745cc49a832deab003ff0968bf999195f78
system_accounts="hidentd"
post_install() {
vdoc README
vsv hidentd
}