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/webapp/PKGBUILD

19 lines
540 B
Text
Raw Normal View History

2020-07-01 22:21:36 +00:00
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
pkgname=emgauwa-webapp
2020-07-18 11:58:52 +00:00
pkgver=0.0.3
pkgrel=2
2020-07-01 22:21:36 +00:00
epoch=
pkgdesc=""
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")
2020-07-18 11:58:52 +00:00
sha256sums=('50c0b653020465e3168e207a03f41440f40a199f4767c6a96c95c582f19bb1d9')
2020-07-01 22:21:36 +00:00
package() {
# install project
install -d "$pkgdir/usr/share/webapps/"
cp -R "$srcdir"/mgauwa "$pkgdir/usr/share/webapps/emgauwa"
}