From 6d8c7368b91044a0eac66e7288f2571f2fcf0292 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Mon, 9 Sep 2024 11:09:58 +0000 Subject: [PATCH] Converted metadata to yaml --- pkg.info | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg.info b/pkg.info index 0ec28b3..dfaed4d 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: expect description: A tool for automating interactive applications version: 5.45.4 +revision: 2 url: https://core.tcl.tk/expect/ license: custom architecture: any +depends: ["glibc","tcl"] +make_depends: ["bash","binutils","coreutils","diffutils","gcc","glibc","grep","make","patch","sed","tcl"] type: source