Ticket #69395: Portfile

File Portfile, 1.3 KB (added by RobK88, 4 weeks ago)

Updated Portfile for cl-nodgui

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
4PortGroup           codeberg 1.0
5PortGroup           common_lisp 1.0
6
7codeberg.setup      cage nodgui 028cf912b7
8name                cl-nodgui
9version             20240401
10revision            0
11
12checksums           rmd160  037ab260047ce2790a4e92125e5eb41cf104e7bd \
13                    sha256  848f25a14c41807761fff75617901c2d109d0e3069890a56dbddc3197ca5cdaa \
14                    size    240346
15
16categories-append   devel
17maintainers         {@catap korins.ky:kirill} openmaintainer
18license             LLGPL
19
20description         Lisp bindings for the Tk toolkit
21
22long_description    {*}${description}
23
24depends_lib-append  port:cl-alexandria \
25                    port:cl-bordeaux-threads \
26                    port:cl-clunit2 \
27                    port:cl-colors2 \
28                    port:cl-esrap \
29                    port:cl-flexi-streams \
30                    port:cl-jpeg-turbo \
31                    port:cl-named-readtables \
32                    port:cl-parse-number \
33                    port:cl-pngload \
34                    port:cl-ppcre \
35                    port:cl-ppcre-unicode \
36                    port:cl-unicode
37
38common_lisp.threads yes