vp-build/srcpkgs/gnome-secrets/template

24 lines
920 B
Bash

# Template file for 'gnome-secrets'
pkgname=gnome-secrets
version=6.2
revision=1
wrksrc="secrets-${version}"
build_style=meson
hostmakedepends="pkg-config gettext gobject-introspection python3-pykeepass
python3-pyotp glib-devel"
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=411d9d3baf95fc60be4f15889675fa42ebba8d6ae1148ccc415451c02bff9678
gnome-passwordsafe_package() {
depends="${sourcepkg}>=${version}_${revision}"
build_style=meta
short_desc+=" - transitional dummy package"
}