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

18 lines
545 B
Text
Raw Normal View History

2020-07-01 22:21:36 +00:00
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
pkgname=emgauwa-client
2021-03-23 21:26:34 +00:00
pkgver=0.0.12
pkgrel=1
2020-07-01 22:21:36 +00:00
epoch=
pkgdesc='Webapp client for emgauwa'
2020-08-17 11:42:58 +00:00
arch=('any')
2020-07-01 22:21:36 +00:00
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=('59f0c83a632ad5c7b65b101482e428a42080a23639ac58b21e9e9cd94b6d4544')
2020-07-01 22:21:36 +00:00
package() {
install -d "$pkgdir/usr/share/webapps/"
2020-08-11 10:36:34 +00:00
cp -R "$srcdir/emgauwa" "$pkgdir/usr/share/webapps/emgauwa"
2020-07-01 22:21:36 +00:00
}