Pkgfile 409 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=2024.11.0
  7. release=1
  8. source=(https://github.com/bitwarden/clients/releases/download/cli-v2024.11.0/bw-linux-2024.11.0.zip)
  9. build() {
  10. mkdir -p $PKG/usr/bin
  11. install -Dm755 bw $PKG/usr/bin
  12. }