Commit 3a1cabd6 authored by lovedheart's avatar lovedheart Committed by Ed Reel

Add gawk to buildessential (#2210)

parent 1f3a28e2
......@@ -3,7 +3,7 @@ require 'package'
class Buildessential < Package
description 'A collection of tools essential to compile and build software.'
homepage ''
version '1.0-2'
version '1.0-3'
is_fake
......@@ -25,6 +25,7 @@ class Buildessential < Package
depends_on 'wget' # in some case, some patches might be required and can be downloaded using wget
depends_on 'unzip'
depends_on 'zip'
depends_on 'gawk'
# cmake
depends_on 'cmake'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment