vp-build/srcpkgs/gnome-secrets/template

24 lines
961 B
Bash

# Template file for 'gnome-secrets'
pkgname=gnome-secrets
version=6.5
revision=2
wrksrc="secrets-${version}"
build_style=meson
hostmakedepends="pkg-config gettext gobject-introspection python3-pykeepass
python3-pyotp glib-devel desktop-file-utils gtk-update-icon-cache"
makedepends="libglib-devel gtk4-devel libadwaita-devel libpwquality-devel"
depends="gtk4 libadwaita python3-gobject python3-pycryptodomex
python3-pykeepass python3-pyotp libpwquality-python3"
short_desc="Keepass compatible password manager for GNOME"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://gitlab.gnome.org/World/secrets"
distfiles="https://gitlab.gnome.org/World/secrets/-/archive/$version/secrets-$version.tar.gz"
checksum=c912ca55d3e77a7689d1901e0b71faaea2a6d289eb9114b3500480ec4a4eeb24
gnome-passwordsafe_package() {
depends="${sourcepkg}>=${version}_${revision}"
build_style=meta
short_desc+=" - transitional dummy package"
}