Add rockspec for version 0.3.0

This commit is contained in:
Stefano Mazzucco 2017-06-02 12:23:21 +01:00
parent 8a357e481f
commit a9da866952
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
package = "pulseaudio_widget"
version = "0.3.0-1"
source = {
url = "git://github.com/stefano-m/awesome-pulseaudio_widget",
tag = "v0.3.0"
}
description = {
summary = "A PulseAudio widget for the Awesome Window Manager",
detailed = [[
Control your audio in the Awesome with PulseAudio and DBus.
]],
homepage = "https://github.com/stefano-m/awesome-pulseaudio_widget",
license = "GPL v3"
}
supported_platforms = {
"linux"
}
dependencies = {
"lua >= 5.1",
"pulseaudio_dbus >= 0.11.0, < 0.12"
}
build = {
type = "builtin",
modules = {
pulseaudio_widget = "pulseaudio_widget.lua",
pulseaudio_widget_client = "pulseaudio_widget_client.lua"
}
}