summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: ed3c96f9089dd973c4d67c7098c6a2ce3466926e (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.1.6
pkgrel=1
epoch=
pkgdesc="a html5 client for the spice protocol "
arch=('any')
url=""
license=('GPL')
groups=()
depends=()
makedepends=()
checkdepends=()
optdepends=()
provides=()
conflicts=()
replaces=()
backup=()
options=()
install=
changelog=
source=('https://github.com/SPICE/spice-html5/archive/spice-html5-0.1.6.tar.gz')
noextract=()

package() {
	cd "spice-html5-spice-html5-0.1.6/"
	make DESTDIR="$pkgdir/" install
}
sha256sums=('f3a349d878e851df047a03944f326d118fd490e9543f87cf4ce0c0d5601afcc7')