Search Criteria
Package Details: tumpa-git 0.1.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tumpa-git.git (read-only, click to copy) |
---|---|
Package Base: | tumpa-git |
Description: | Tumpa is a desktop application that makes OpenPGP key creation and smart card access easier. No more terminals, no more typing and entering options multiple times. All you need to do is fill up a few fields, and click a few ti mes |
Upstream URL: | https://github.com/kushaldas/tumpa |
Keywords: | gpg |
Licenses: | GPL,AGPL |
Provides: | tumpa |
Submitter: | insaanimanav |
Maintainer: | insaanimanav |
Last Packager: | insaanimanav |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-01-17 08:50 (UTC) |
Last Updated: | 2021-01-17 08:50 (UTC) |
Latest Comments
nirnakinho commented on 2021-02-01 18:05 (UTC) (edited on 2021-02-01 18:07 (UTC) by nirnakinho)
This PKGBUILD is missing a few things:
a pkgver() function, as suggested in the wiki for VCS packages
dependency on pyside2
dependency on python-johnnycanencrypt (I took the liberty of packaging that for the AUR)
the package should not depende on pypi, but on python-setuptools instead, as its setup.py uses that.
the install function does not install the .desktop file included in the package. Therefore a menu entry will be missing.
Regards,