summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2016-03-14 23:57:41 +0200
committerMantas Mikulėnas2016-03-14 23:57:55 +0200
commitbe0c583ef222f606527fa6719276e75c1b9a3ec2 (patch)
tree914fc0d1c7187a9e77c2a878e4fbbe2ef9052983
downloadaur-be0c583ef222f606527fa6719276e75c1b9a3ec2.tar.gz
initial commit
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD21
2 files changed, 39 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..dc45df1c2c22
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+# Generated by mksrcinfo v8
+# Mon Mar 14 21:57:52 UTC 2016
+pkgbase = isign-chrome-signing
+ pkgdesc = Google Chrome extension for using smartcards with isign.io
+ pkgver = 1.0.2.0
+ pkgrel = 1
+ url = https://www.isign.io/downloads
+ arch = i686
+ arch = x86_64
+ depends = openssl
+ depends = qt5-base
+ source_i686 = https://www.isign.io/repo/isign-chrome-signing-en-32_1.0.2.0.deb
+ sha256sums_i686 = b6635688a4db3cabeda376ae2295984827c9f614fb686eb8b3a2fc75cc744352
+ source_x86_64 = https://www.isign.io/repo/isign-chrome-signing-en_1.0.2.0.deb
+ sha256sums_x86_64 = 5e78168896601ce1cec504e4fe77b46575b5409f360bb0c9ae40a51ff0e83f51
+
+pkgname = isign-chrome-signing
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..5e3af34f1e14
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+pkgname=isign-chrome-signing
+pkgver=1.0.2.0
+pkgrel=1
+pkgdesc="Google Chrome extension for using smartcards with isign.io"
+url="https://www.isign.io/downloads"
+depends=(openssl qt5-base)
+arch=(i686 x86_64)
+source_i686=("https://www.isign.io/repo/isign-chrome-signing-en-32_1.0.2.0.deb")
+source_x86_64=("https://www.isign.io/repo/isign-chrome-signing-en_${pkgver}.deb")
+sha256sums_i686=('b6635688a4db3cabeda376ae2295984827c9f614fb686eb8b3a2fc75cc744352')
+sha256sums_x86_64=('5e78168896601ce1cec504e4fe77b46575b5409f360bb0c9ae40a51ff0e83f51')
+
+prepare() {
+ bsdtar xf data.tar.xz
+}
+
+package() {
+ cp -av etc usr "$pkgdir"
+ # OCD
+ chmod -x "$pkgdir"/usr/share/*/*.json
+}