From ac8f2a1f08700b3ac6a609031d267eed40a22d7b Mon Sep 17 00:00:00 2001 From: lost Date: Sat, 23 May 2026 17:11:16 -0400 Subject: moved to community --- repos/community/tcc/.checksum | 1 + repos/community/tcc/.files | 18 ++++++++++++++++++ repos/community/tcc/abuild | 10 ++++++++++ 3 files changed, 29 insertions(+) create mode 100644 repos/community/tcc/.checksum create mode 100644 repos/community/tcc/.files create mode 100644 repos/community/tcc/abuild (limited to 'repos/community') diff --git a/repos/community/tcc/.checksum b/repos/community/tcc/.checksum new file mode 100644 index 00000000..11b804f2 --- /dev/null +++ b/repos/community/tcc/.checksum @@ -0,0 +1 @@ +7ee7c40613ee4e5421ec7c78984980329f562f263bd1fc8f9bf5c587db8c5e15 tcc-0.9.27.tar.bz2 diff --git a/repos/community/tcc/.files b/repos/community/tcc/.files new file mode 100644 index 00000000..f1c8d19f --- /dev/null +++ b/repos/community/tcc/.files @@ -0,0 +1,18 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/tcc +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/libtcc.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/tcc/ +drwxr-xr-x root/root usr/lib/tcc/include/ +-rw-r--r-- root/root usr/lib/tcc/include/float.h +-rw-r--r-- root/root usr/lib/tcc/include/stdarg.h +-rw-r--r-- root/root usr/lib/tcc/include/stdbool.h +-rw-r--r-- root/root usr/lib/tcc/include/stddef.h +-rw-r--r-- root/root usr/lib/tcc/include/tcclib.h +-rw-r--r-- root/root usr/lib/tcc/include/varargs.h +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/tcc.1.gz \ No newline at end of file diff --git a/repos/community/tcc/abuild b/repos/community/tcc/abuild new file mode 100644 index 00000000..82b57025 --- /dev/null +++ b/repos/community/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