mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.2 KiB
Tcl
39 lines
1.2 KiB
Tcl
# -*- 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
|
|
|
|
PortSystem 1.0
|
|
PortGroup github 1.0
|
|
PortGroup common_lisp 1.0
|
|
|
|
github.setup orthecreedence cl-libuv 2ec76dc8b2ae0e21340a3059bb080e31d87cc043
|
|
# Change github.tarball_from to 'releases' or 'archive' next update
|
|
github.tarball_from tarball
|
|
version 20230616
|
|
revision 1
|
|
|
|
checksums rmd160 c727ddd86a5f402a68192095eb36d08c98142463 \
|
|
sha256 6a047528672eed6a73e27fb0f583cbb5b565f85bcedfa5555fd4f79b08013915 \
|
|
size 14890
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Low-level libuv bindings for Common Lisp.
|
|
|
|
long_description {*}${description}
|
|
|
|
patchfiles-append macports-integration.diff
|
|
|
|
post-patch {
|
|
reinplace -W ${worksrcpath} "s|@@MACPORTS_PREFIX@@|${prefix}|" \
|
|
grovel.lisp \
|
|
scripts/bindings.i \
|
|
scripts/win-error.i
|
|
}
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-cffi \
|
|
port:libuv
|
|
|
|
common_lisp.ffi yes
|