[arch-commits] Commit in rofi-pass/repos (community-any community-any/PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu May 2 15:20:26 UTC 2019


    Date: Thursday, May 2, 2019 @ 15:20:25
  Author: svenstaro
Revision: 457752

archrelease: copy trunk to community-any

Added:
  rofi-pass/repos/community-any/
  rofi-pass/repos/community-any/PKGBUILD
    (from rev 457751, rofi-pass/trunk/PKGBUILD)

----------+
 PKGBUILD |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

Copied: rofi-pass/repos/community-any/PKGBUILD (from rev 457751, rofi-pass/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-05-02 15:20:25 UTC (rev 457752)
@@ -0,0 +1,21 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+
+pkgname=rofi-pass
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="bash script to handle pass storages in a convenient way"
+arch=('any')
+url='https://github.com/carnager/rofi-pass'
+license=('GPL')
+depends=('xdg-utils' 'rofi' 'gawk' 'pass' 'pwgen' 'xdotool' 'xclip')
+optdepends=('passed-git: change fieldnames in password files'
+            'pass-otp: for OTP support')
+conflicts=('rofi-pass-git')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/carnager/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('28f59696911089c31b3f17bde281e3d79c3f757ecc4da61386719c6cff9b31c0944a2ac549d7838f06c249d4535c0dc107ba684115f15db42a24bfdb2f575437')
+
+
+package() {
+    make -C "${pkgname}-${pkgver}" DESTDIR="$pkgdir" PREFIX="/usr" install
+}



More information about the arch-commits mailing list