parent
a0b31d371e
commit
361407de58
2 changed files with 17 additions and 7 deletions
@ -0,0 +1,12 @@ |
||||
package("gspell") |
||||
|
||||
set_homepage("https://gitlab.gnome.org/GNOME/gspell") |
||||
set_description("A spell-checking library for GTK applications") |
||||
set_license("LGPL-2.0-or-later") |
||||
|
||||
on_fetch("linux", function (package, opt) |
||||
if opt.system and package.find_package then |
||||
return package:find_package("pkgconfig::gspell") |
||||
end |
||||
end) |
||||
|
Loading…
Reference in new issue