From 0c5383c3b0965c6a5296d49f25dfbcfce20282ac Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 27 Mar 2021 22:18:28 +0000 Subject: Add a new @touch keyword it takes 1 pr N arguments, it creates each of the said files if they do not exist yet As it is using lua, it means it has the bonus of being cross installable, rootdir friendly and sandboxed. Reviewed by: mat, manu Differential Revision: https://reviews.freebsd.org/D29426 --- Keywords/touch.ucl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Keywords/touch.ucl (limited to 'Keywords') diff --git a/Keywords/touch.ucl b/Keywords/touch.ucl new file mode 100644 index 000000000000..8fdb6e090e62 --- /dev/null +++ b/Keywords/touch.ucl @@ -0,0 +1,10 @@ +# $FreeBSD$ +# +# MAINTAINER: portmgr@FreeBSD.org +actions: [] +arguments: true +post-install-lua: <