diff --git a/bw/.footprint b/bw/.footprint new file mode 100644 index 0000000..24818b9 --- /dev/null +++ b/bw/.footprint @@ -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 diff --git a/bw/.md5sum b/bw/.md5sum new file mode 100644 index 0000000..4a19105 --- /dev/null +++ b/bw/.md5sum @@ -0,0 +1 @@ +3a0dbde8e615ac6cf1313f1f52349865 bw-linux-2024.9.0.zip diff --git a/bw/.signature b/bw/.signature new file mode 100644 index 0000000..b1a6fbb --- /dev/null +++ b/bw/.signature @@ -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 diff --git a/bw/Pkgfile b/bw/Pkgfile new file mode 100644 index 0000000..36e70a5 --- /dev/null +++ b/bw/Pkgfile @@ -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 +}