mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
esh: fix build without gawk in binary repository
This commit is contained in:
parent
45f7fcc210
commit
772560adbb
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=esh
|
||||||
version=0.3.1
|
version=0.3.1
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="ruby-asciidoctor"
|
hostmakedepends="ruby-asciidoctor"
|
||||||
depends="awk sed"
|
depends="virtual?awk sed"
|
||||||
short_desc="Simple templating engine based on shell"
|
short_desc="Simple templating engine based on shell"
|
||||||
maintainer="Jakub Jirutka <jakub@jirutka.cz>"
|
maintainer="Jakub Jirutka <jakub@jirutka.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Add table
Reference in a new issue