From e7b3dc42f04784e4b5640274ba64f38e3ced3fb2 Mon Sep 17 00:00:00 2001 From: TakodaNotDakota Date: Sat, 25 Nov 2023 20:45:14 -0600 Subject: [PATCH] dash: Add libedit support --- srcpkgs/dash/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/dash/template b/srcpkgs/dash/template index 7ab7edeacd5f3..eae9e66424dff 100644 --- a/srcpkgs/dash/template +++ b/srcpkgs/dash/template @@ -1,10 +1,10 @@ # Template file for 'dash' pkgname=dash version=0.5.12 -revision=1 +revision=2 build_style=gnu-configure -configure_args="$(vopt_enable static)" -hostmakedepends="bison" +configure_args="$(vopt_enable static) $(vopt_with libedit)" +hostmakedepends="bison $(vopt_if libedit libedit-devel)" short_desc="POSIX-compliant Unix shell, much smaller than GNU bash" maintainer="Enno Boland " license="BSD-3-Clause" @@ -17,7 +17,7 @@ alternatives=" sh:sh:/usr/bin/dash sh:sh.1:/usr/share/man/man1/dash.1" -build_options="static" +build_options="static libedit" post_install() { vlicense COPYING