summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..a7d80268fc16
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Jesse Luehrs <doy@tozt.net>
+pkgname=rbw
+pkgver=0.1.0
+pkgrel=1
+depends=('pinentry')
+conflicts=('rbw-git')
+provides=('rbw')
+arch=('x86_64')
+url="https://git.tozt.net/${pkgname}"
+source=(https://git.tozt.net/rbw/releases/deb/${pkgname}_${pkgver}_amd64.deb)
+sha256sums=('8767bcf7971cea70545763e6d4ee632db0f7112df830bfea10abc3eb226a3bf4')
+pkgdesc="unofficial bitwarden cli"
+license=('MIT')
+
+package() {
+ tar xf data.tar.xz -C "${pkgdir}"
+}