Ticket #38196: Portfile.haren

File Portfile.haren, 840 bytes (added by harens (Haren S), 5 months ago)
Line 
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
3PortSystem          1.0
4
5name                tcc
6version             2023.11.26
7revision            0
8description         Tiny C Compiler
9long_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.
12homepage            https://bellard.org/tcc/
13license             LGPL-2+
14categories          lang
15maintainers         {@harens harens} openmaintainer
16
17fetch.type          git
18git.url             git://repo.or.cz/tinycc.git
19git.branch          fb164e0ab48b64fe32ffd56a896ccff6ab6c9549
20
21livecheck.type      none