Import iniziale funzionante.

This commit is contained in:
Emiliano Vavassori 2021-03-27 01:46:43 +01:00
commit 80febee2e2
2 changed files with 24 additions and 0 deletions

21
PKGBUILD Normal file
View File

@ -0,0 +1,21 @@
# Maintainer: Emiliano Vavassori <syntaxerrormmm@gmail.com>
pkgname=bit4id-opki
pkgver=1.0.0
pkgrel=1
pkgdesc="Bit4ID Universal Middleware (Oberthur Smart Card driver)"
arch=('x86_64')
license=('unknown')
url="http://www.bit4id.com/"
install=$pkgname.install
options=('!strip')
ARCH='amd64'
md5sums=('ff9dc26f53f60dd324c842754cd31b3e')
source=('https://www.globogis.it/sites/default/files/SoftwareCNS/libbit4opki-amd64.deb')
package() {
ar -xv libbit4opki-amd64.deb || return 1
tar -xvf data.tar.[xg]z -C $pkgdir || return 1
}

3
bit4id-opki.install Normal file
View File

@ -0,0 +1,3 @@
post_install() {
echo "You need to add the installed module (/usr/lib/libbit4opki.so) to each program that needs to access the smart card."
}