Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-m committed Dec 2, 2018
1 parent b65db3a commit 2fd6890
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions rockspec/pulseaudio_widget-0.5.0-1.rockspec
@@ -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"
}
}

0 comments on commit 2fd6890

Please sign in to comment.