summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Conrad2015-12-23 13:04:56 +0100
committerStephan Conrad2015-12-23 13:04:56 +0100
commit6a937b8d58d3e078bf50f37d0daad56145b3833d (patch)
tree22a2a9069bd9296481c8cd0a1762f8cc86bc0d3f
downloadaur-6a937b8d58d3e078bf50f37d0daad56145b3833d.tar.gz
Initial release
-rw-r--r--.SRCINFO11
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD29
3 files changed, 45 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..739491330e8f
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = spice-html5
+ pkgdesc = a html5 client for the spice protocol
+ pkgver = 0.1.6
+ pkgrel = 1
+ arch = any
+ license = GPL
+ source = https://github.com/SPICE/spice-html5/archive/spice-html5-0.1.6.tar.gz
+ sha256sums = f3a349d878e851df047a03944f326d118fd490e9543f87cf4ce0c0d5601afcc7
+
+pkgname = spice-html5
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..fae9615a1e26
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+pkg/
+src/
+spice-html5*.tar.xz
+spice-html5*.tar.gz
+spice-html5*.tar.xz.sig
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ed3c96f9089d
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,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')