parent
7fb34b765d
commit
8c25b8bb5a
2 changed files with 19 additions and 0 deletions
@ -0,0 +1,14 @@ |
||||
package("gtk+3") |
||||
|
||||
set_homepage("https://gtk.org/") |
||||
set_description("Toolkit for creating graphical user interfaces") |
||||
set_license("LGPL-2.0-or-later") |
||||
|
||||
if on_fetch then |
||||
on_fetch("linux", function (package, opt) |
||||
if opt.system and package.find_package then |
||||
return package:find_package("pkgconfig::gtk+-3.0") |
||||
end |
||||
end) |
||||
end |
||||
|
Loading…
Reference in new issue