Package Details: mcard-toolbox 1.3.4.0-1

Git Clone URL: https://aur.archlinux.org/mcard-toolbox.git (read-only, click to copy)
Package Base: mcard-toolbox
Description: mCard Toolbox
Upstream URL: https://softemia.lt/downloads/
Licenses: custom
Submitter: naglis
Maintainer: None
Last Packager: naglis
Votes: 0
Popularity: 0.000000
First Submitted: 2023-11-11 06:52 (UTC)
Last Updated: 2023-11-11 06:52 (UTC)

Latest Comments

Seniux commented on 2024-09-20 16:50 (UTC) (edited on 2024-09-20 17:03 (UTC) by Seniux)

My card reader does not works without installed ccid and opensc. Maybe it is good to add to the dependencies:

depends=('pcsclite>=1.5' 'qt5-base' 'ccid' 'opensc')

vini.nu commented on 2024-08-02 20:22 (UTC) (edited on 2024-08-02 20:37 (UTC) by vini.nu)

New PKGBUILD arguably should look like this (not sure if dependencies are still correct):

# Maintainer: Naglis Jonaitis <naglis@mailbox.org>
# Developer: Softemia <info@softemia.lt>
pkgname=mcard-toolbox
pkgver=1.4.0.0
pkgrel=1
pkgdesc="MaskTech mCard Toolbox"
url="https://www.nsc.vrm.lt/downloads.htm"
arch=('x86_64')
license=('custom')
depends=('pcsclite>=1.5' 'qt5-base')
source_x86_64=("https://www.nsc.vrm.lt/files/Toolbox_LT-$pkgver.zip")
sha256sums_x86_64=('35b4a289484731f1ca86f3447816706a5ccb1c8344c6805b3a452c206d0e20d7')

prepare() {
    bsdtar xf $pkgname-amd64-$pkgver.deb
    bsdtar xf data.tar.xz
}

package() {
    cp -av etc usr "$pkgdir"
}

naglis commented on 2024-08-02 19:47 (UTC)

Thank you for the update, vini.nu!

I am no longer in possession of a smart card reader, so I cannot test if the new version actually works. I am disowning the package if somebody wants to give it a go.

vini.nu commented on 2024-08-02 18:42 (UTC) (edited on 2024-08-02 18:43 (UTC) by vini.nu)

Version 1.4.0 can be downloaded through https://www.nsc.vrm.lt/downloads.htm (Lithuanian GOV website)

Strange that they don't provide DEB package on their own website, while they do for MAC and Windows.

naglis commented on 2024-06-20 12:48 (UTC)

Unfortunately, Softemia no longer provides DEB packages for the new versions (1.4.0.0/1.4.1.0) :(