New package: alttab-1.4.0
This commit is contained in:
parent
6be3df3d74
commit
32c4c11957
1 changed files with 21 additions and 0 deletions
21
srcpkgs/alttab/template
Normal file
21
srcpkgs/alttab/template
Normal 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
|
Loading…
Reference in a new issue