bitwarden-rofi: 0.5
This commit is contained in:
parent
5f83f795e2
commit
6ee170eb5f
4 changed files with 27 additions and 0 deletions
4
bitwarden-rofi/.footprint
Normal file
4
bitwarden-rofi/.footprint
Normal file
|
@ -0,0 +1,4 @@
|
|||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/bwmenu
|
||||
-rwxr-xr-x root/root usr/bin/lib-bwmenu
|
1
bitwarden-rofi/.md5sum
Normal file
1
bitwarden-rofi/.md5sum
Normal file
|
@ -0,0 +1 @@
|
|||
644246fcc3add99bafb5d5f70ad6f490 0.5.tar.gz
|
5
bitwarden-rofi/.signature
Normal file
5
bitwarden-rofi/.signature
Normal file
|
@ -0,0 +1,5 @@
|
|||
untrusted comment: verify with /etc/ports/d77crux.pub
|
||||
RWT0dvMs3lAWkO6TyOtyLr9SLaW1/n2IJPb/juAQbofMAgFalV3KgaqVSEzLNKL7qcWA2h/fteZiE43SlUgxmXevdGgCuaPWRgI=
|
||||
SHA256 (Pkgfile) = a76bbc8e4d59f9185ef51b971a0a553cd2df751886830fa5e3a58543db18bb6e
|
||||
SHA256 (.footprint) = 75dd5a5b3650c588ec7946b6481825b47190fe7d42c8497ee5606aff87bde449
|
||||
SHA256 (0.5.tar.gz) = a70c21102125d4178765e194cc5a9411c2ecbb0c10ace77356d98dcf98610d72
|
17
bitwarden-rofi/Pkgfile
Normal file
17
bitwarden-rofi/Pkgfile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Description: Bitwarden command-line interface (CLI) rofi menu.
|
||||
# URL: https://github.com/mattydebie/bitwarden-rofi
|
||||
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
|
||||
# Depends on: bw rofi
|
||||
|
||||
name=bitwarden-rofi
|
||||
version=0.5
|
||||
release=1
|
||||
source=(https://github.com/mattydebie/$name/archive/refs/tags/$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
mkdir -p $PKG/usr/bin
|
||||
install -Dm755 ./bwmenu $PKG/usr/bin
|
||||
install -Dm755 ./lib-bwmenu $PKG/usr/bin
|
||||
|
||||
}
|
Loading…
Reference in a new issue