archpkgs/gnome-pass-search-provider-git/PKGBUILD
Gabriel Ebner 5fa57719de git subrepo commit (merge) gnome-pass-search-provider-git
subrepo:
  subdir:   "gnome-pass-search-provider-git"
  merged:   "08e7eb1"
upstream:
  origin:   "https://aur.archlinux.org/gnome-pass-search-provider-git.git"
  branch:   "master"
  commit:   "e6a8370"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2022-04-18 21:18:15 +02:00

30 lines
935 B
Bash

# Maintainer: Jonathan Lestrelin <jonathan.lestrelin@gmail.com>
pkgname=gnome-pass-search-provider-git
_pkgname=gnome-pass-search-provider
pkgver=r80.7fb89ae
pkgrel=1
pkgdesc="Gnome Shell search provider for zx2c4/pass (passwordstore.org) and Bitwarden/Vaultwarden that sends passwords to clipboard (or GPaste)"
arch=('any')
url="https://github.com/jle64/gnome-pass-search-provider"
license=('GPL')
depends=('python-gobject' 'python-dbus' 'pass' 'python-fuzzywuzzy')
optdepends=('gpaste')
makedepends=('git')
provides=($_pkgname)
conflicts=($_pkgname)
source=('gnome-pass-search-provider::git+https://github.com/jle64/gnome-pass-search-provider.git')
md5sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
printf 'r%s.%s' "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
package() {
cd "$srcdir/$_pkgname"
DATADIR="$pkgdir/usr/share" \
LIBDIR="$pkgdir/usr/lib" \
./install.sh
}