summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 59229e81641bb5339d78675d50f374340f65e8c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Omar Pakker <archlinux@opakker.nl>

pkgname=looking-glass
pkgver=a9
pkgrel=1
pkgdesc="An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough"
url="https://looking-glass.hostfission.com"
arch=('x86_64')
license=('GPL2')
makedepends=('sdl2_ttf' 'spice-protocol')
depends=('sdl2_ttf' 'glu' 'openssl' 'fontconfig')
source=("https://github.com/gnif/LookingGlass/archive/${pkgver}.tar.gz")
sha512sums=('e1921dd3f5d209ba584270dc78629303840c6c586eaced2813654944264309645d964185bae1f8f76f4da721a0d5dfec41c277f02776dc0f567c88c6e845401b')

build() {
	cd "LookingGlass-${pkgver}/client"
	make
}

package() {
	install -Dm755 "LookingGlass-${pkgver}/client/bin/looking-glass-client" "${pkgdir}/usr/bin/looking-glass-client"
}