Initial import
This commit is contained in:
parent
7e376b5ec6
commit
970db84d03
20
PKGBUILD/git/.SRCINFO
Normal file
20
PKGBUILD/git/.SRCINFO
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
pkgbase = rofi-pass-git
|
||||||
|
pkgdesc = bash script to handle pass storages in a convenient way
|
||||||
|
pkgver = 5.f4255a9
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://github.com/carnager/rofi-pass
|
||||||
|
install = rofi-pass.install
|
||||||
|
arch = any
|
||||||
|
license = GPL
|
||||||
|
makedepends = git
|
||||||
|
depends = xorg-xprop
|
||||||
|
depends = wmctrl
|
||||||
|
depends = rofi-git
|
||||||
|
depends = pass
|
||||||
|
depends = xdotool
|
||||||
|
depends = xclip
|
||||||
|
source = git+http://git.53280.de/rofi-pass
|
||||||
|
md5sums = SKIP
|
||||||
|
|
||||||
|
pkgname = rofi-pass-git
|
||||||
|
|
28
PKGBUILD/git/PKGBUILD
Normal file
28
PKGBUILD/git/PKGBUILD
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# Maintainer: Rasmus Steinke <rasi at xssn dot at>
|
||||||
|
|
||||||
|
pkgname=rofi-pass-git
|
||||||
|
_pkgname=rofi-pass
|
||||||
|
pkgver=5.f4255a9
|
||||||
|
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=('xorg-xprop' 'wmctrl' 'rofi-git' 'pass' 'xdotool' 'xclip')
|
||||||
|
|
||||||
|
install=('rofi-pass.install')
|
||||||
|
makedepends=('git')
|
||||||
|
source=('git+http://git.53280.de/rofi-pass')
|
||||||
|
|
||||||
|
pkgver() {
|
||||||
|
cd ${_pkgname}
|
||||||
|
printf "%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd ${_pkgname}
|
||||||
|
make DESTDIR="$pkgdir/" \
|
||||||
|
PREFIX='/usr' \
|
||||||
|
install
|
||||||
|
}
|
||||||
|
md5sums=('SKIP')
|
8
PKGBUILD/git/rofi-pass.install
Normal file
8
PKGBUILD/git/rofi-pass.install
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
post_install() {
|
||||||
|
echo '
|
||||||
|
Global config file is installed in /etc/rofi-pass.conf
|
||||||
|
To make user modifications copy it to $HOME/.config/rofi-pass/config
|
||||||
|
'
|
||||||
|
}
|
||||||
|
#post_install
|
Loading…
x
Reference in New Issue
Block a user