summaryrefslogtreecommitdiff
path: root/repo/core
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-10-06 19:46:44 +0100
committerdavidovski <david@davidovski.xyz>2021-10-06 19:46:44 +0100
commit0cb5ed4e60d3453c0b2ee9a153afa96c9bd3dd0c (patch)
tree1b81e0432f0bdc659444ca76dc9e0a8babfb58c4 /repo/core
parent644c64ffd38a93b961e09994abd423d92f8a1da8 (diff)
added descriptions
Diffstat (limited to 'repo/core')
-rw-r--r--repo/core/gcc.xibuild2
-rw-r--r--repo/core/tar.xibuild1
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