From 772560adbbde6b9fdc32f9d663d0a885c528ee6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 5 Jan 2022 20:17:50 +0100 Subject: [PATCH] esh: fix build without gawk in binary repository --- srcpkgs/esh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/esh/template b/srcpkgs/esh/template index f9595a2f363..58719c003dd 100644 --- a/srcpkgs/esh/template +++ b/srcpkgs/esh/template @@ -3,7 +3,7 @@ pkgname=esh version=0.3.1 revision=1 hostmakedepends="ruby-asciidoctor" -depends="awk sed" +depends="virtual?awk sed" short_desc="Simple templating engine based on shell" maintainer="Jakub Jirutka " license="MIT"