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
Tobias Reisinger 4c3c99ba5a add: drone yml
fix: rename client to webapp
BUMP VERSION
2020-07-17 00:45:35 +02:00

18 lines
532 B
Bash

# Maintainer: Tobias Reisinger <tobias@msrg.cc>
pkgname=emgauwa-webapp
pkgver=0.0.1
pkgrel=1
epoch=
pkgdesc=""
arch=('any')
url="https://git.serguzim.me/emgauwa/client"
license=('unknown')
groups=()
source=("$pkgname-$pkgver.tar.gz::https://git.serguzim.me/attachments/13f09a2c-6028-4364-9550-5b9244c5842a")
sha256sums=('23c78e1351f8aedacdbba49ec9cb4297843b86d9934e0c3b218b428c7e770016')
package() {
# install project
install -d "$pkgdir/usr/share/webapps/"
cp -R "$srcdir"/mgauwa "$pkgdir/usr/share/webapps/emgauwa"
}