fd45c92d98
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
21 lines
654 B
Bash
21 lines
654 B
Bash
# Template file for 'alttab'
|
|
pkgname=alttab
|
|
version=1.4.0
|
|
revision=2
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libX11-devel libXft-devel libXmu-devel libXrandr-devel
|
|
libXrender-devel libpng-devel uthash"
|
|
short_desc="Task switcher for minimalistic window managers"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/sagb/alttab"
|
|
distfiles="https://github.com/sagb/alttab/archive/v${version}.tar.gz"
|
|
checksum=f0d3e7b92fd1641251f9e8669970ff922d18752663f2456424373f9b2a78aa0a
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl)
|
|
makedepends+=" musl-fts-devel"
|
|
export LDFLAGS="-lfts"
|
|
;;
|
|
esac
|