diff options
author | ormorph <[email protected]> | 2023-04-22 11:30:51 +0300 |
---|---|---|
committer | ormorph <[email protected]> | 2023-04-22 21:42:10 +0300 |
commit | 3e6b95222ab4ee71b69a570f49e1e887b166a83e (patch) | |
tree | 30fa95df5cd70e135890939da86d325d10bf0dca /trinity-apps/smartcardauth | |
parent | 70fc50722d8c4c3d7c566fb8ab9e7d4376eea1bf (diff) | |
download | tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.tar.gz tde-packaging-gentoo-3e6b95222ab4ee71b69a570f49e1e887b166a83e.zip |
Adding version 14.1.0
Signed-off-by: ormorph <[email protected]>
Diffstat (limited to 'trinity-apps/smartcardauth')
-rw-r--r-- | trinity-apps/smartcardauth/Manifest | 2 | ||||
-rw-r--r-- | trinity-apps/smartcardauth/smartcardauth-14.1.0.ebuild | 24 |
2 files changed, 25 insertions, 1 deletions
diff --git a/trinity-apps/smartcardauth/Manifest b/trinity-apps/smartcardauth/Manifest index 98e97c2d..57ec14dc 100644 --- a/trinity-apps/smartcardauth/Manifest +++ b/trinity-apps/smartcardauth/Manifest @@ -1 +1 @@ -DIST smartcardauth-trinity-14.0.8.tar.xz 295808 BLAKE2B ca3e19678cd0dc52864d4eb3009c88c7faee7c00a22b023b521820dca6666087b262786d47ecf0edb425e57f4b511c58c9ce932e0368dc4687896214c65f996c SHA512 3c57ac9ca901a8aab747e5c9bf75bbc3eb0ee5830bfef3f2871ce77d33b63159ab4ee4679d15beaf8cca7470558179d33f0d9cbae2dd0ecf287cfc5730efb9f7 +DIST smartcardauth-trinity-14.1.0.tar.xz 20132 BLAKE2B 319d774d08c9157e6c126724fffe16030bfa091774ea7e0fcf6b4041b82ede9089be24a6187dd8aa604e2ac152371c693c71aa80be6b38d24e89d0317109b50e SHA512 ca6578de4019c417c731ef995951c9521437a341e11f1be26bb078e6569808388fc3208f0a70c152bc1067606ed981528c50f378f680f523815081eb7e323358 diff --git a/trinity-apps/smartcardauth/smartcardauth-14.1.0.ebuild b/trinity-apps/smartcardauth/smartcardauth-14.1.0.ebuild new file mode 100644 index 00000000..65892744 --- /dev/null +++ b/trinity-apps/smartcardauth/smartcardauth-14.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 2020-2023 Gentoo Authors +# Copyright 2020-2023 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_MODULE_TYPE="applications/system" +inherit trinity-base-2 + +DESCRIPTION="SmartCard login and LUKS decrypt" +HOMEPAGE="https://trinitydesktop.org/" + +LICENSE="|| ( GPL-2 GPL-3 )" +SLOT="14" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND=" + dev-libs/pkcs11-helper + net-libs/gnutls + dev-libs/openssl:= +" +RDEPEND="${DEPEND}" |