bw: 2024.9.0
This commit is contained in:
parent
1c158d273e
commit
55e407e6ed
4 changed files with 23 additions and 0 deletions
3
bw/.footprint
Normal file
3
bw/.footprint
Normal file
|
@ -0,0 +1,3 @@
|
|||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/bw
|
1
bw/.md5sum
Normal file
1
bw/.md5sum
Normal file
|
@ -0,0 +1 @@
|
|||
3a0dbde8e615ac6cf1313f1f52349865 bw-linux-2024.9.0.zip
|
5
bw/.signature
Normal file
5
bw/.signature
Normal file
|
@ -0,0 +1,5 @@
|
|||
untrusted comment: verify with /etc/ports/d77crux.pub
|
||||
RWT0dvMs3lAWkIqgH79M3ctEvWk8tn6vevOXzfqv7uFxHDEF3+Ol3cpDchY71wG82gPv86ktoj2q90OzRgK+j4EFpQZQ+nnGGQs=
|
||||
SHA256 (Pkgfile) = 03c914fa584f9b57a5a46fba4fb7eacb3f3f33fb340fb8b178461d9e5fc424c5
|
||||
SHA256 (.footprint) = 71c26294f371c02494fc65b749abcc1df24bed099a66715039f7f7414f3dfde7
|
||||
SHA256 (bw-linux-2024.9.0.zip) = c8a1c702304b57ccf99d775cb250533bff530389f5aef31e4754614ee1ad4ab9
|
14
bw/Pkgfile
Normal file
14
bw/Pkgfile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# Description: Bitwarden command-line interface (CLI); write and execute scripts on your vault.
|
||||
# URL: https://bitwarden.com
|
||||
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
|
||||
# Depends on:
|
||||
|
||||
name=bw
|
||||
version=2024.9.0
|
||||
release=1
|
||||
source=(https://github.com/bitwarden/clients/releases/download/cli-v2024.9.0/bw-linux-2024.9.0.zip)
|
||||
|
||||
build() {
|
||||
mkdir -p $PKG/usr/bin
|
||||
install -Dm755 bw $PKG/usr/bin
|
||||
}
|
Loading…
Reference in a new issue