diff options
| author | emmett1 <me@emmett1.my> | 2026-05-24 23:34:51 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-24 23:34:51 +0800 |
| commit | ef5bfeb93345a5a681d88e99775622bf28defd8d (patch) | |
| tree | f14e4e0c9194eb6f75c77c3ba4bc5089b89902eb /repos/community/tcc | |
| parent | 76229f5bd496504363b58172e2708c7b9ad79c43 (diff) | |
| parent | 60af8a695ce2cf902061f8ba48608b5b046ee52d (diff) | |
| download | alicelinux-ef5bfeb93345a5a681d88e99775622bf28defd8d.tar.gz alicelinux-ef5bfeb93345a5a681d88e99775622bf28defd8d.zip | |
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
Diffstat (limited to 'repos/community/tcc')
| -rw-r--r-- | repos/community/tcc/.checksum | 1 | ||||
| -rw-r--r-- | repos/community/tcc/.files | 18 | ||||
| -rw-r--r-- | repos/community/tcc/abuild | 10 |
3 files changed, 29 insertions, 0 deletions
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 |