New package: alttab-1.4.0

This commit is contained in:
Duncaen 2019-06-06 12:43:00 +02:00
parent 6be3df3d74
commit 32c4c11957

21
srcpkgs/alttab/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'alttab'
pkgname=alttab
version=1.4.0
revision=1
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