summaryrefslogtreecommitdiff
path: root/core/lua/astal-dev-1.rockspec
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-10-15 15:30:04 +0200
committerGitHub <[email protected]>2024-10-15 15:30:04 +0200
commitcbe650afb31c24faea6da45b4aeeffc6e964969d (patch)
treed5c3788835ca7e50d68cd023026e7738f39f6f71 /core/lua/astal-dev-1.rockspec
parentbdb23e20f171da7c769cba9e393d7e406e563a78 (diff)
parentbafd48d3df9b43a1d49ec015eff30619d595468b (diff)
Merge pull request #46 from Aylur/small-refactor
Small refactor
Diffstat (limited to 'core/lua/astal-dev-1.rockspec')
-rw-r--r--core/lua/astal-dev-1.rockspec31
1 files changed, 0 insertions, 31 deletions
diff --git a/core/lua/astal-dev-1.rockspec b/core/lua/astal-dev-1.rockspec
deleted file mode 100644
index 9a41fd1..0000000
--- a/core/lua/astal-dev-1.rockspec
+++ /dev/null
@@ -1,31 +0,0 @@
-package = "astal"
-version = "dev-1"
-
-source = {
- url = "git+https://github.com/aylur/astal",
-}
-
-description = {
- summary = "lua bindings for libastal.",
- homepage = "https://aylur.github.io/astal/",
- license = "GPL-3",
-}
-
-dependencies = {
- "lua >= 5.1, < 5.4",
- "lgi >= 0.9.2",
-}
-
-build = {
- type = "builtin",
- modules = {
- ["astal.application"] = "astal/application.lua",
- ["astal.binding"] = "astal/binding.lua",
- ["astal.init"] = "astal/init.lua",
- ["astal.process"] = "astal/process.lua",
- ["astal.time"] = "astal/time.lua",
- ["astal.variable"] = "astal/variable.lua",
- ["astal.widget"] = "astal/widget.lua",
- ["astal.file"] = "astal/file.lua",
- },
-}