summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzurajm2018-12-05 11:33:32 +0100
committerzurajm2018-12-05 11:33:32 +0100
commite40f66d724c7a82ad2cbec81fbbd91c9241df693 (patch)
tree124a326e13d7fe25b328af67c85e40c48dc1f86f /PKGBUILD
downloadaur-e40f66d724c7a82ad2cbec81fbbd91c9241df693.tar.gz
Initial commit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 23 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..725fe097af7a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Generated by debtap
+# Maintainer: Miha Zuraj <miha@zuraj.com>
+pkgname=digsighost
+pkgver=2.0.98.0
+pkgrel=1
+pkgdesc="This application is intended for all users of software solutions, which use Comtrade DigSig component for digital signing of documents."
+arch=('any')
+url="http://comtradedigital.com/digital-banking-security/#E-signature-and-PKI"
+license=('GPL')
+groups=('')
+options=('!strip' '!emptydirs')
+install=${pkgname}.install
+source=("https://edavki.durs.si/EdavkiPortal/[120]/OpenPortal/Controls/ESignDocControls/digsighost.deb")
+sha512sums=('30d88c579c9c2fe13254ea1422742b14442b9d767862059c82e64c8e7d1489571fe7ed15c450306883a2a7596353577ced1084d7d29fc64f68ef792a602cfb5a')
+
+package(){
+
+ # Extract package data
+ tar xf data.tar.xz -C "${pkgdir}"
+
+ install -D -m644 "/usr/share/doc/digsighost/copyright" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+}