Release v0.5.0

This commit is contained in:
Stefano Mazzucco 2018-12-02 21:56:16 +00:00
parent b65db3a134
commit 2fd68904bd
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
package = "pulseaudio_widget"
version = "0.5.0-1"
source = {
url = "git://github.com/stefano-m/awesome-pulseaudio_widget",
tag = "v0.5.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.12.0, < 0.13"
}
build = {
type = "builtin",
modules = {
pulseaudio_widget = "pulseaudio_widget.lua"
}
}