mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: sov-0.94
This commit is contained in:
parent
a4ae646ac2
commit
824e8b8013
1 changed files with 24 additions and 0 deletions
24
srcpkgs/sov/template
Normal file
24
srcpkgs/sov/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'sov'
|
||||
pkgname=sov
|
||||
version=0.94
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
makedepends="wayland-protocols libglvnd-devel libpng-devel wayland-devel
|
||||
freetype-devel libxkbcommon-devel"
|
||||
depends="libglvnd libpng wayland freetype libxkbcommon"
|
||||
checkdepends="fontconfig liberation-fonts-ttf"
|
||||
short_desc="Overlay that shows schemas of all workspaces for sway"
|
||||
maintainer="Till Mahlburg <mahlburg@posteo.de>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/milgra/sov"
|
||||
changelog="https://github.com/milgra/sov/releases"
|
||||
distfiles="https://github.com/milgra/sov/releases/download/${version}/sov-${version}.tar.xz"
|
||||
checksum=ba5ab965093ead9e549c1e92e943a3eb3e9fe431d4859e1d2f840cc700eba34f
|
||||
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
i686)
|
||||
make_check=no # visual tests fail for some reason
|
||||
;;
|
||||
esac
|
Loading…
Add table
Reference in a new issue