Skip to content
Snippets Groups Projects
Commit 33ceef06 authored by Gleb Popov's avatar Gleb Popov
Browse files

lang/gir-to-d: + D language bindings generator for GNOME introspection.

Sponsored by:	Serenity Cybersecurity, LLC
parent a344bb19
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,7 @@
SUBDIR += gforth
SUBDIR += ghc
SUBDIR += ghc810
SUBDIR += gir-to-d
SUBDIR += gjs
SUBDIR += gleam
SUBDIR += gnat12
......
PORTNAME= gir-to-d
PORTVERSION= 0.23.0
CATEGORIES= lang
MAINTAINER= arrowd@FreeBSD.org
COMMENT= Create D bindings from GObject introspection files
WWW= https://github.com/gtkd-developers/gir-to-d
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ldc2:lang/ldc
LIB_DEPENDS= libphobos2-ldc-shared.so:lang/ldc \
libdruntime-ldc-shared.so:lang/ldc
USES= gnome meson
USE_GNOME= introspection
USE_GITHUB= yes
GH_ACCOUNT= gtkd-developers
GH_TAGNAME= v${DISTVERSION}
# a workaround for https://github.com/ldc-developers/ldc/issues/4000
CONFIGURE_ENV= DFLAGS=--allinst
PLIST_FILES= bin/girtod
.include <bsd.port.mk>
TIMESTAMP = 1676614811
SHA256 (gtkd-developers-gir-to-d-0.23.0-v0.23.0_GH0.tar.gz) = 74781d737277f9278ee2e32b2a8716420e389a68030414ec265d5e704fd8aafb
SIZE (gtkd-developers-gir-to-d-0.23.0-v0.23.0_GH0.tar.gz) = 42269
girtod is an utility that generates D bindings using the GObject introspection
files.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment