1 2 3 4 5 6 7 8 9 10 11 12
# Maintainer: Demir Yerli <me@mrquantumoff.dev> pkgname=oo7-gnome-keyring-dummy pkgver=1.0 pkgrel=1 arch=('any') provides=('gnome-keyring') description="Dummy package to satisfy gnome-keyring dependency (use with oo7)" license=('MIT') package() { mkdir -p "$pkgdir/usr/share/oo7-gnome-keyring-dummy" }