Skip to content

Commit ff1b85b

Browse files
committed
chore: cleanup rockspec files
1 parent 712e6b1 commit ff1b85b

7 files changed

Lines changed: 3 additions & 143 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
/.luarocks
66
/lua
77

8-
lua-evdev-*.rock
8+
lua-evdev-*.rock*
99
lua-evdev-*.tar.gz
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package = "lua-evdev"
33
version = "0.0.4-1"
44
source = {
55
url = "git+https://github.com/MunifTanjim/lua-evdev.git",
6-
tag = version,
6+
tag = "0.0.4-1",
77
}
88
description = {
99
summary = "LuaJIT FFI Bindings for libevdev.",

rockspecs/lua-evdev-0.0.1-1.rockspec

Lines changed: 0 additions & 34 deletions
This file was deleted.

rockspecs/lua-evdev-0.0.2-1.rockspec

Lines changed: 0 additions & 34 deletions
This file was deleted.

rockspecs/lua-evdev-0.0.3-1.rockspec

Lines changed: 0 additions & 34 deletions
This file was deleted.

rockspecs/lua-evdev-dev-1.rockspec

Lines changed: 0 additions & 35 deletions
This file was deleted.

scripts/lint.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ echo
99
echo "[luarocks lint]"
1010
echo
1111

12-
for rockspec in rockspecs/*; do
13-
echo luarocks lint "${rockspec}"
14-
luarocks lint "${rockspec}"
15-
done
12+
luarocks lint "lua-evdev.rockspec"

0 commit comments

Comments
 (0)