You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.1 KiB
Tcl
32 lines
1.1 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 andy128k cl-gobject-introspection 4908a84c16349929b309c50409815ff81fb9b3c4
|
|
github.tarball_from archive
|
|
version 20240519
|
|
revision 0
|
|
|
|
categories-append devel
|
|
license BSD
|
|
maintainers nomaintainer
|
|
|
|
description Common Lisp bindings to gobject-introspection
|
|
|
|
long_description {*}${description}
|
|
|
|
checksums rmd160 fe859c85cdcac12d520b8c329a35055632c977fc \
|
|
sha256 e03ae3488ea6abf1c3d6e8bc451b3c60ec1c2b576057935e1b5bf05ff3a1bf62 \
|
|
size 86874
|
|
github.tarball_from archive
|
|
|
|
depends_lib-append port:cl-alexandria \
|
|
port:cl-cffi \
|
|
port:cl-iterate \
|
|
port:cl-trivial-garbage \
|
|
path:lib/pkgconfig/gobject-introspection-1.0.pc:gobject-introspection
|
|
|
|
common_lisp.ffi yes
|