mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
meta: Remove rofi-pass
As much as rofi-pass may appear to be useful, it is simply easier to just use the pass command directly, especially if you have a passphrase set on the private encryption key you use to unlock passwords.
This commit is contained in:
parent
3406ed5a4d
commit
622a01a711
17
.archlinux/PKGBUILDs/tari-util/PKGBUILD
vendored
17
.archlinux/PKGBUILDs/tari-util/PKGBUILD
vendored
@ -1,20 +1,15 @@
|
||||
_yayver='8.1173.0'
|
||||
_rofipassver='2.0.1'
|
||||
_yay="yay_${_yayver}_x86_64"
|
||||
_rofipass="rofi-pass-${_rofipassver}"
|
||||
|
||||
pkgname=tari-util
|
||||
pkgver=0.2.0
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Misc utility packages."
|
||||
arch=('any')
|
||||
provides=('yay' 'rofi-pass')
|
||||
conflicts=('yay' 'rofi-pass')
|
||||
depends=('xdg-utils' 'rofi' 'pass' 'pwgen' 'xdotool')
|
||||
source=("https://github.com/Jguer/yay/releases/download/v${_yayver}/${_yay}.tar.gz"
|
||||
"${_rofipass}.tar.gz::https://codeload.github.com/carnager/rofi-pass/tar.gz/${_rofipassver}")
|
||||
sha256sums=('e0f28c6be3c4322901438f324aed1f49ab593a8d4ed92279b1dda51381c51d6b'
|
||||
'82256730aa4ab6f0b3082eaa8410a93c284ca9fc1e0151de92d9dd703d850439')
|
||||
provides=('yay')
|
||||
conflicts=('yay')
|
||||
source=("https://github.com/Jguer/yay/releases/download/v${_yayver}/${_yay}.tar.gz")
|
||||
sha256sums=('e0f28c6be3c4322901438f324aed1f49ab593a8d4ed92279b1dda51381c51d6b')
|
||||
|
||||
package() {
|
||||
_yayout="${srcdir}/${_yay}"
|
||||
@ -24,6 +19,4 @@ package() {
|
||||
install -Dm 644 "$_yayout"/bash "$pkgdir"/usr/share/bash-completion/completions/yay
|
||||
install -Dm 644 "$_yayout"/zsh "$pkgdir"/usr/share/zsh/site-functions/_yay
|
||||
install -Dm 644 "$_yayout"/fish "$pkgdir"/usr/share/fish/vendor_completions.d/yay.fish
|
||||
|
||||
make -C "$_rofipass" DESTDIR="$pkgdir" PREFIX="/usr" install
|
||||
}
|
||||
|
@ -30,10 +30,6 @@ alt + m
|
||||
alt + z
|
||||
~/.config/rofi/launch.sh
|
||||
|
||||
# Show rofi-pass
|
||||
alt + slash
|
||||
rofi-pass
|
||||
|
||||
# ====================
|
||||
# ======= Node =======
|
||||
# ====================
|
||||
|
Loading…
Reference in New Issue
Block a user