From b7451e6eab99f1070b80e6b3b8dab1cd0e70a6ea Mon Sep 17 00:00:00 2001 From: Lostt Date: Sat, 23 May 2026 22:18:59 +0200 Subject: added abuild for tcc --- repos/extra/tcc/abuild | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 repos/extra/tcc/abuild diff --git a/repos/extra/tcc/abuild b/repos/extra/tcc/abuild new file mode 100644 index 00000000..82b57025 --- /dev/null +++ b/repos/extra/tcc/abuild @@ -0,0 +1,10 @@ +name=tcc +version=0.9.27 +release=1 +source="https://download.savannah.gnu.org/releases/tinycc/${name}-${version}.tar.bz2" + +build() { + ./configure --config-musl --prefix=/usr + make + make install +} \ No newline at end of file -- cgit v1.2.3