diff options
| author | emmett1 <me@emmett1.my> | 2026-05-24 12:27:28 +0200 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-24 12:27:28 +0200 |
| commit | 60af8a695ce2cf902061f8ba48608b5b046ee52d (patch) | |
| tree | 3462a519035fa4fe7e3409e508bc14833897a2a0 | |
| parent | 80e384f60d2eb3e25192814209f48c58010646d5 (diff) | |
| parent | ac8f2a1f08700b3ac6a609031d267eed40a22d7b (diff) | |
| download | alicelinux-60af8a695ce2cf902061f8ba48608b5b046ee52d.tar.gz alicelinux-60af8a695ce2cf902061f8ba48608b5b046ee52d.zip | |
Merge pull request 'new package: tcc v0.9.27' (#52) from Lostt/alicelinux:main into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/52
| -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 |