summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarko Korhonen2019-08-28 22:46:22 +0300
committerMarko Korhonen2019-08-28 22:46:22 +0300
commit3aad231a7835beb3ef5fcfbdab5be875522a46db (patch)
tree57265b97aaedf3ae9a7f2ed62f7e8abcb2945480
downloadaur-3aad231a7835beb3ef5fcfbdab5be875522a46db.tar.gz
First release
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD16
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8ace4fb69d48
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,15 @@
+pkgbase = fzf-pass
+ pkgdesc = FZF frontend for pass written in bash
+ pkgver = 0.1
+ pkgrel = 1
+ url = https://github.com/carnager/rofi-pass
+ arch = any
+ license = GPL
+ depends = fzf
+ depends = pass
+ depends = ydotool
+ source = https://gitlab.com/ReekyMarko/fzf-pass/raw/2533521513b12b1db07bc37cc9087a3e76eb624b/fzf-pass
+ md5sums = 5d83e760ca538380a28b56420f6a858e
+
+pkgname = fzf-pass
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..6d5eaea233d1
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Rasmus Steinke <rasi at xssn dot at>
+
+pkgname=fzf-pass
+pkgver=0.1
+pkgrel=1
+pkgdesc="FZF frontend for pass written in bash"
+arch=('any')
+url='https://github.com/carnager/rofi-pass'
+license=('GPL')
+depends=('fzf' 'pass' 'ydotool')
+source=('https://gitlab.com/ReekyMarko/fzf-pass/raw/2533521513b12b1db07bc37cc9087a3e76eb624b/fzf-pass')
+
+package() {
+ install -Dm755 fzf-pass ${pkgdir}/usr/bin/fzf-pass
+}
+md5sums=('5d83e760ca538380a28b56420f6a858e')