void-packages/srcpkgs/gnome-shell-extensions/gnome-shell-extensions-workspace-indicator.template

14 lines
278 B
Text
Raw Normal View History

# Template file for 'gnome-shell-extensions-workspace-indicator'.
#
short_desc="Workspace indicator extension for GNOME Shell"
Add_dependency run gnome-shell-extensions
noarch=yes
do_install()
{
cd ${wrksrc}/extensions/workspace-indicator
make DESTDIR=${DESTDIR} install
}