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

19 lines
611 B
Text
Raw Normal View History

2020-07-01 22:21:36 +00:00
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
pkgname=emgauwa-client
2023-06-19 00:49:43 +00:00
pkgver=0.1.5
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=('fe5c802bd1331105fafb48f416ed79d6bc76484183953a36b777a402532617c3')
2020-07-01 22:21:36 +00:00
package() {
install -d "$pkgdir/usr/share/webapps/"
cp -R "$srcdir/" "$pkgdir/usr/share/webapps/emgauwa/"
rm "$pkgdir/usr/share/webapps/emgauwa/emgauwa-client-$pkgver.tar.gz"
2020-07-01 22:21:36 +00:00
}