aboutsummaryrefslogtreecommitdiff
path: root/repos/community/tcc/abuild
diff options
context:
space:
mode:
authoremmett1 <me@emmett1.my>2026-05-24 23:34:51 +0800
committeremmett1 <me@emmett1.my>2026-05-24 23:34:51 +0800
commitef5bfeb93345a5a681d88e99775622bf28defd8d (patch)
treef14e4e0c9194eb6f75c77c3ba4bc5089b89902eb /repos/community/tcc/abuild
parent76229f5bd496504363b58172e2708c7b9ad79c43 (diff)
parent60af8a695ce2cf902061f8ba48608b5b046ee52d (diff)
downloadalicelinux-ef5bfeb93345a5a681d88e99775622bf28defd8d.tar.gz
alicelinux-ef5bfeb93345a5a681d88e99775622bf28defd8d.zip
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
Diffstat (limited to 'repos/community/tcc/abuild')
-rw-r--r--repos/community/tcc/abuild10
1 files changed, 10 insertions, 0 deletions
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