summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 534a93e01c17e72d46892ff54bc6708910cd0cfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: AlphaJack <alphajack at tuta dot io>

pkgname="pretzel-web"
pkgver=1.0.0
pkgrel=2
pkgdesc="Open-source, browser-local data exploration using DuckDB-Wasm and PRQL"
url="https://pretzelai.github.io/"
license=("Apache-2.0")
arch=("any")
source=("$pkgname.zip::https://github.com/pretzelai/pretzelai.github.io/archive/refs/heads/main.zip")
b2sums=("SKIP")

package(){
 install -d "$pkgdir/usr/share/webapps"
 mv "pretzelai.github.io-main" "$pkgdir/usr/share/webapps/pretzel"
}