-
Notifications
You must be signed in to change notification settings - Fork 43
/
fpm.toml
27 lines (24 loc) · 833 Bytes
/
fpm.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name = "gtk-fortran"
description = "With this file gtk-fortran can be used as a fpm dependency. But if you want a full build and install of gtk-fortran on your system, you must use CMake."
version = "4.7.0"
license = "GPL-3.0-or-later WITH GCC-exception-3.1"
author = "Vincent Magnin et al."
maintainer = "https://github.com/vmagnin/gtk-fortran/issues"
copyright = "2011 Vincent Magnin et al."
homepage = "https://github.com/vmagnin/gtk-fortran/wiki"
keywords = ["gtk-fortran", "GUI", "GTK", "fpm"]
# When gtk-fortran is used as a fpm dependency, fpm will automatically discover
# the gtk-fortran modules in the gtk-fortran/src/ directory.
[build]
link = [
"gtk-4",
"pangocairo-1.0",
"pango-1.0",
"harfbuzz",
"gdk_pixbuf-2.0",
"cairo-gobject",
"cairo",
"graphene-1.0",
"gio-2.0",
"gobject-2.0",
"glib-2.0" ]