This repository has been archived on 2024-05-06. You can view files and clone it, but cannot push or open issues or pull requests.
package/client/PKGBUILD

17 lines
544 B
Bash

# Maintainer: Tobias Reisinger <tobias@msrg.cc>
pkgname=emgauwa-client
pkgver=0.1.5
pkgrel=1
epoch=
pkgdesc='Webapp client for emgauwa'
arch=('any')
url="https://git.serguzim.me/emgauwa/client"
license=('unknown')
groups=()
source=("$pkgname-$pkgver.tar.gz::https://git.serguzim.me/emgauwa/client/releases/download/v$pkgver/emgauwa.tar.gz")
sha256sums=('e2d99ef8ed8c420ea56f7f15629ff397d9c7be638b7c4d918e87e1ca634a970f')
package() {
install -d "$pkgdir/usr/share/webapps/"
cp -R "$srcdir/emgauwa" "$pkgdir/usr/share/webapps/emgauwa"
}