Skip to content

Commit 18c997a

Browse files
committed
chore: release 0.0.4-1
1 parent 8913e54 commit 18c997a

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
rockspec_format = "3.0"
2+
package = "lua-evdev"
3+
version = "0.0.4-1"
4+
source = {
5+
url = "git+https://github.com/MunifTanjim/lua-evdev.git",
6+
tag = version,
7+
}
8+
description = {
9+
summary = "LuaJIT FFI Bindings for libevdev.",
10+
detailed = [[
11+
LuaJIT FFI Bindings for libevdev.
12+
]],
13+
license = "MIT",
14+
homepage = "https://github.com/MunifTanjim/lua-evdev",
15+
issues_url = "https://github.com/MunifTanjim/lua-evdev/issues",
16+
maintainer = "Munif Tanjim (https://muniftanjim.dev)",
17+
labels = { "evdev", "libevdev", "ffi" },
18+
}
19+
build = {
20+
type = "builtin",
21+
modules = {
22+
["evdev.device"] = "evdev/device.lua",
23+
["evdev.event"] = "evdev/event.lua",
24+
["evdev.libevdev"] = "evdev/libevdev.lua",
25+
["evdev.libevdev-uinput"] = "evdev/libevdev-uinput.lua",
26+
["evdev.linux.input"] = "evdev/linux/input.lua",
27+
["evdev.linux.input-constant"] = "evdev/linux/input-constant.lua",
28+
["evdev.linux.sys.ioctl"] = "evdev/linux/sys/ioctl.lua",
29+
["evdev.uinput-device"] = "evdev/uinput-device.lua",
30+
["evdev.util"] = "evdev/util.lua",
31+
},
32+
}
33+
supported_platforms = {
34+
"linux",
35+
}

0 commit comments

Comments
 (0)