Added authenticator
This commit is contained in:
34
gnome-extra/authenticator/authenticator-4.3.1.ebuild
Normal file
34
gnome-extra/authenticator/authenticator-4.3.1.ebuild
Normal file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit gnome2-utils meson toolchain-funcs xdg
|
||||
|
||||
DESCRIPTION="Generate Two-Factor Codes"
|
||||
HOMEPAGE="https://gitlab.gnome.org/World/Authenticator"
|
||||
SRC_URI="https://gitlab.gnome.org/World/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz"
|
||||
|
||||
RESTRICT="network-sandbox"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
S="${WORKDIR}/Authenticator-${PV}"
|
||||
|
||||
RDEPEND="
|
||||
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
Reference in New Issue
Block a user