summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 9a1589a6ec8efbf89a349c6187bea2c758f53220 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Maintainer: Stephan Conrad <stephan@conrad.pics>
pkgname=spice-html5
pkgver=0.2.2
pkgrel=2
epoch=
pkgdesc="a html5 client for the spice protocol "
arch=('any')
url="https://gitlab.freedesktop.org/spice/spice-html5"
license=('GPL')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=('https://gitlab.freedesktop.org/spice/spice-html5/-/archive/spice-html5-0.2.2/spice-html5-spice-html5-0.2.2.tar.gz')
noextract=()

package() {
	cd "spice-html5-spice-html5-0.2.2/"
	make DESTDIR="$pkgdir/" install
}
sha256sums=('9f1d3feee10ed505fe2bcba88ab87d8e3a1366bfc01613f88e50e37b4c19b4df')