aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLostt <lostt@noreply.codeberg.org>2026-05-23 22:18:59 +0200
committerLostt <lostt@noreply.codeberg.org>2026-05-23 22:18:59 +0200
commitb7451e6eab99f1070b80e6b3b8dab1cd0e70a6ea (patch)
treecfea62dee271d620b828676a2400d1326c7a99fb
parentc6e05105528b47a952d5367d5326a349608e456e (diff)
downloadalicelinux-b7451e6eab99f1070b80e6b3b8dab1cd0e70a6ea.tar.gz
alicelinux-b7451e6eab99f1070b80e6b3b8dab1cd0e70a6ea.zip
added abuild for tcc
-rw-r--r--repos/extra/tcc/abuild10
1 files changed, 10 insertions, 0 deletions
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