From ff44865a7ce963d4e43e9c98a7c3a5411828cf4b Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Mon, 7 Jun 2021 01:18:59 +0200 Subject: [PATCH] spiped: add unprivileged system account --- srcpkgs/spiped/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/spiped/template b/srcpkgs/spiped/template index 765b0b00959a..5d1faf9e9bfa 100644 --- a/srcpkgs/spiped/template +++ b/srcpkgs/spiped/template @@ -1,19 +1,21 @@ # Template file for 'spiped' pkgname=spiped version=1.6.1 -revision=2 +revision=3 build_style=gnu-makefile makedepends="openssl-devel" short_desc="Spiped secure pipe daemon" -maintainer="Orphaned " +maintainer="Anthony Iliopoulos " license="BSD-2-Clause" homepage="http://www.tarsnap.com/spiped.html" distfiles="http://www.tarsnap.com/spiped/spiped-${version}.tgz" checksum=8d7089979db79a531a0ecc507b113ac6f2cf5f19305571eff1d3413e0ab33713 +system_accounts="_spiped" pre_build() { export LDADD_EXTRA="$LDFLAGS" } + do_install() { vmkdir usr/bin vmkdir usr/share/man/man1