0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-20 18:09:35 +00:00
Files
jpovixwm acc050cff8 addpkg(x11/gnome-keyring): 48.0
GNOME Keyring lets GVfs persist the credentials used to access network shares
2025-09-09 23:56:12 -05:00

18 lines
718 B
Bash

TERMUX_PKG_HOMEPAGE=https://gitlab.gnome.org/GNOME/gnome-keyring
TERMUX_PKG_DESCRIPTION="a collection of components in GNOME that store secrets, passwords, keys, certificates and make them available to applications"
TERMUX_PKG_LICENSE="LGPL-2.1"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="48.0"
TERMUX_PKG_SRCURL=https://gitlab.gnome.org/GNOME/gnome-keyring/-/archive/$TERMUX_PKG_VERSION/gnome-keyring-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=484ac615042be599ab34fc0ddc49a77ce790de628c2003805cf581cf0c3e7fd0
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="gcr"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-Dsystemd=disabled
-Dpam=false
"
termux_step_pre_configure() {
termux_setup_glib_cross_pkg_config_wrapper
}