1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name tcc |
---|
6 | version 2023.11.26 |
---|
7 | revision 0 |
---|
8 | description Tiny C Compiler |
---|
9 | long_description TinyCC (aka TCC) is a small but hyper fast C compiler. Unlike \ |
---|
10 | other C compilers, it is meant to be self-sufficient: you do not \ |
---|
11 | need an external assembler or linker because TCC does that for you. |
---|
12 | homepage https://bellard.org/tcc/ |
---|
13 | license LGPL-2+ |
---|
14 | categories lang |
---|
15 | maintainers {@harens harens} openmaintainer |
---|
16 | |
---|
17 | fetch.type git |
---|
18 | git.url git://repo.or.cz/tinycc.git |
---|
19 | git.branch fb164e0ab48b64fe32ffd56a896ccff6ab6c9549 |
---|
20 | |
---|
21 | livecheck.type none |
---|