summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: a5ef4b4ff6501d55537c2ba91ebc2c6107683123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: Marius Zukaitis <marius@shadownest.tk>
pkgname=spice-html5
pkgver=0.3.0
pkgrel=1
pkgdesc="html5 client for the spice protocol."
arch=('any')
url="https://gitlab.freedesktop.org/spice/spice-html5"
license=('GPL')
makedepends=('make')
source=("https://gitlab.freedesktop.org/spice/$pkgname/-/archive/$pkgname-$pkgver/$pkgname-$pkgname-$pkgver.tar.gz")

package() {
	cd "$srcdir/$pkgname-$pkgname-$pkgver/"
	make DESTDIR="$pkgdir/" install
}
sha256sums=('90fa3b30cda272471104af0b61ea08f2194048455133889a28a8bed0c00e3527')