Update
This commit is contained in:
parent
48d9f01d6f
commit
4d8a5f1b90
@ -2,6 +2,11 @@
|
|||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
|
CRATES="
|
||||||
|
libadwaita-rs
|
||||||
|
"
|
||||||
|
|
||||||
VALA_USE_DEPEND="vapigen"
|
VALA_USE_DEPEND="vapigen"
|
||||||
|
|
||||||
inherit vala meson gnome2-utils xdg
|
inherit vala meson gnome2-utils xdg
|
||||||
@ -11,6 +16,7 @@ COMMIT="ba1894159358275be2765bc42ef89782a2d1d45d"
|
|||||||
DESCRIPTION="Simple application for generating Two-Factor Authentication Codes."
|
DESCRIPTION="Simple application for generating Two-Factor Authentication Codes."
|
||||||
HOMEPAGE="https://gitlab.gnome.org/World/Authenticator"
|
HOMEPAGE="https://gitlab.gnome.org/World/Authenticator"
|
||||||
SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz"
|
SRC_URI="https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/${PN}-${PV}.tar.gz"
|
||||||
|
SRC_URI+=" $(cargo_crate_uris ${CRATES})"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
Loading…
Reference in New Issue
Block a user