aboutsummaryrefslogtreecommitdiff
path: root/repos/community/tcc/abuild
diff options
context:
space:
mode:
authorlost <katrikat2@protonmail.com>2026-05-23 17:11:16 -0400
committerlost <katrikat2@protonmail.com>2026-05-23 17:11:16 -0400
commitac8f2a1f08700b3ac6a609031d267eed40a22d7b (patch)
treec5368c4737a2e2d41ebd8962018eda42d12b3f67 /repos/community/tcc/abuild
parent2c2ea79572c89ddb59a4ac808a873087aa0616c4 (diff)
downloadalicelinux-ac8f2a1f08700b3ac6a609031d267eed40a22d7b.tar.gz
alicelinux-ac8f2a1f08700b3ac6a609031d267eed40a22d7b.zip
moved to community
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