void-packages/srcpkgs/arcan-wayland/template

26 lines
743 B
Bash
Raw Normal View History

2018-01-26 23:27:08 +01:00
# Template file for 'arcan-wayland'
2018-09-16 14:10:20 +02:00
# needs to be synced with the arcan package
2018-01-26 23:27:08 +01:00
pkgname=arcan-wayland
2018-12-11 15:53:24 +01:00
version=0.5.5.2
2018-01-26 23:27:08 +01:00
revision=1
wrksrc=arcan-${version}
build_wrksrc=src/tools/waybridge
2018-12-11 15:53:24 +01:00
build_style=cmake
2018-01-26 23:27:08 +01:00
hostmakedepends="pkg-config"
2018-03-20 02:15:14 +01:00
makedepends="MesaLib-devel arcan-devel libseccomp-devel libxkbcommon-devel
wayland-devel wayland-protocols"
2018-01-26 23:27:08 +01:00
short_desc="Wayland protocol service for Arcan"
maintainer="Piraty <piraty1@inbox.ru>"
2018-03-20 02:15:14 +01:00
license="BSD-3-Clause"
2018-01-26 23:27:08 +01:00
homepage="https://arcan-fe.com/"
distfiles="https://github.com/letoram/arcan/archive/${version}.tar.gz"
2018-12-11 15:53:24 +01:00
checksum=a5f775789e22f6a4f16742ae9375bb5b7999aab83398adeab2bdc3f70c321cc0
2018-09-16 14:10:20 +02:00
if [ "$CROSS_BUILD" ];then
hostmakedepends+=" wayland-devel"
fi
2018-01-26 23:27:08 +01:00
post_install() {
vlicense ../../../COPYING
}