diff options
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/gcc.xibuild | 2 | ||||
-rw-r--r-- | repo/core/tar.xibuild | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/repo/core/gcc.xibuild b/repo/core/gcc.xibuild index f72f02b..793409c 100644 --- a/repo/core/gcc.xibuild +++ b/repo/core/gcc.xibuild @@ -4,6 +4,8 @@ DEPS=(glibc) SOURCE=https://mirrorservice.org/sites/sourceware.org/pub/gcc/releases/gcc-11.2.0/gcc-11.2.0.tar.xz +DESC="The GNU Compiler Collection - C and C++ frontends" + build () { case $(uname -m) in diff --git a/repo/core/tar.xibuild b/repo/core/tar.xibuild index 829d6d2..a12f3c4 100644 --- a/repo/core/tar.xibuild +++ b/repo/core/tar.xibuild @@ -3,6 +3,7 @@ DEPS=(glibc) SOURCE=https://git.savannah.gnu.org/git/tar.git +DESC="Utility used to store, backup and transport files" build () { ./bootstrap |