diff options
| author | lost <katrikat2@protonmail.com> | 2026-05-23 17:11:16 -0400 |
|---|---|---|
| committer | lost <katrikat2@protonmail.com> | 2026-05-23 17:11:16 -0400 |
| commit | ac8f2a1f08700b3ac6a609031d267eed40a22d7b (patch) | |
| tree | c5368c4737a2e2d41ebd8962018eda42d12b3f67 /repos/community | |
| parent | 2c2ea79572c89ddb59a4ac808a873087aa0616c4 (diff) | |
| download | alicelinux-ac8f2a1f08700b3ac6a609031d267eed40a22d7b.tar.gz alicelinux-ac8f2a1f08700b3ac6a609031d267eed40a22d7b.zip | |
moved to community
Diffstat (limited to 'repos/community')
| -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 |