19 lines
806 B
Bash
19 lines
806 B
Bash
# Template file for 'gnome-passwordsafe'
|
|
pkgname=gnome-passwordsafe
|
|
version=5.0
|
|
revision=1
|
|
wrksrc="PasswordSafe-${version}"
|
|
build_style=meson
|
|
hostmakedepends="gettext glib-devel pkg-config gobject-introspection
|
|
python3-pykeepass"
|
|
makedepends="gtk+3-devel libhandy1-devel python3-pykeepass
|
|
libpwquality-devel glade3-devel"
|
|
depends="gtk+3 libnotify libhandy1 python3-gobject python3-pykeepass
|
|
python3-construct 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/PasswordSafe"
|
|
distfiles="https://gitlab.gnome.org/World/PasswordSafe/-/archive/${version}/PasswordSafe-${version}.tar.bz2"
|
|
checksum=ac80d9b49eba965870cfc57e989aa8ceeb82b95ac8b706342267d8039a94b983
|