Pkgfile 406 B

123456789101112131415
  1. # Description: Bitwarden command-line interface (CLI); write and execute scripts on your vault.
  2. # URL: https://bitwarden.com
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on:
  5. name=bw
  6. version=2025.1.3
  7. release=1
  8. source=(https://github.com/bitwarden/clients/releases/download/cli-v2025.1.3/bw-linux-2025.1.3.zip)
  9. build() {
  10. mkdir -p $PKG/usr/bin
  11. install -Dm755 bw $PKG/usr/bin
  12. }