-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1639aab
commit 0d79d99
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
package = "AbsTK" | ||
version = "release-1" | ||
source = { | ||
url = "git+https://github.com/PedroAlvesV/AbsTK.git" | ||
} | ||
description = { | ||
summary = "The Abstract Toolkit – a widget toolkit for GUI and text-mode applications.", | ||
detailed = [[ | ||
The Abstract Toolkit – a widget toolkit for GUI and text-mode applications. | ||
It allows you to write an UI and, depending on the OS having or not a desktop environment, it runs on GUI (GTK) or text-mode (Curses). | ||
]], | ||
homepage = "https://github.com/PedroAlvesV/AbsTK", | ||
license = "MIT" | ||
} | ||
dependencies = { "lgi >= 0.9.1", "lcurses >= 9.0" } | ||
build = { | ||
type = "builtin", | ||
modules = { | ||
abstk = "src/abstk.lua", | ||
["abstk.AbsCurses"] = "src/abstk/AbsCurses.lua", | ||
["abstk.AbsGtk"] = "src/abstk/AbsGtk.lua", | ||
["abstk.util"] = "src/abstk/util.lua", | ||
} | ||
} |
Binary file not shown.