summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 64f77ca614c411b0f373d6f7c3800dcbaf35a369 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: AlphaJack <alphajack at tuta dot io>

pkgname="keeweb-web"
pkgver=1.18.7
pkgrel=1
pkgdesc="Free cross-platform password manager compatible with KeePass"
url="https://keeweb.info/"
license=("MIT")
arch=("any")
conflicts=("keeweb-html")
replaces=("keeweb-html")
makedepends=("unzip")
source=("$pkgname-$pkgver.zip::https://github.com/keeweb/keeweb/releases/download/v$pkgver/KeeWeb-$pkgver.html.zip")
noextract=("$pkgname-$pkgver.zip")
sha256sums=('6f3d06891117072e62b43b08a84bdaf4fc43c0aae6127ac6c2e7564299d8a890')
options=("!strip")

package(){
 install -d "$pkgdir/usr/share/webapps"
 unzip -q -o "$pkgname-$pkgver.zip" -d "$pkgdir/usr/share/webapps/keeweb"
}