From 0cb5ed4e60d3453c0b2ee9a153afa96c9bd3dd0c Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 19:46:44 +0100 Subject: added descriptions --- repo/core/gcc.xibuild | 2 ++ repo/core/tar.xibuild | 1 + 2 files changed, 3 insertions(+) (limited to 'repo/core') 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 -- cgit v1.2.1