diff options
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}" |