rockspec: Add version v0.1.0

This commit is contained in:
James Reed 2020-09-16 12:19:46 -06:00
parent 64370a441d
commit 94690d4606
No known key found for this signature in database
GPG Key ID: 0BE2BD33C5E8125E
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
package = "awesome-viewport"
version = "0.1.0-1"
source = {
url = "git://github.com/jcrd/awesome-viewport",
tag = "v0.1.0",
}
description = {
summary = "AwesomeWM library for managing tags based on viewports",
homepage = "https://github.com/jcrd/awesome-viewport",
license = "MIT",
}
dependencies = {
"lua >= 5.1",
}
build = {
type = "builtin",
modules = {
["awesome-viewport"] = "init.lua",
},
}