feat: add description to packages

Signed-off-by: sisungo <[email protected]>
This commit is contained in:
2026-08-08 01:37:30 +08:00
parent 0238507da1
commit 91b153d21b
68 changed files with 92 additions and 18 deletions
+1
View File
@@ -2,6 +2,7 @@ import lib.cpp as cpp
from lib.make import *
version("4.4.1")
description("a tool which controls the generation of executables and other non-source files of a program from the program's source files")
source_url("https://ftp.gnu.org/gnu/make/make-4.4.1.tar.gz")
builddep("shortcut/c")