void-packages/srcpkgs/xfce4-i3-workspaces-plugin/template

18 lines
674 B
Bash

# Template file for 'xfce4-i3-workspaces-plugin'
pkgname=xfce4-i3-workspaces-plugin
version=1.4.2
revision=1
build_style=gnu-configure
hostmakedepends="gettext-devel intltool pkg-config xfce4-dev-tools libtool"
makedepends="xfce4-panel-devel i3ipc-glib-devel"
short_desc="Workspace switcher for i3 window manager and Xfce4 panel"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://github.com/denesb/xfce4-i3-workspaces-plugin"
distfiles="https://github.com/denesb/${pkgname}/archive/refs/tags/${version}.tar.gz"
checksum=a48caa74982462652b4187b72fd5c3b6df074c06f5bc702be5ab5147843f9ba1
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}