add: client
This commit is contained in:
parent
5f9583bd08
commit
a83941fb88
2 changed files with 20 additions and 2 deletions
client
18
client/PKGBUILD
Normal file
18
client/PKGBUILD
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
||||
pkgname=emgauwa-frontend
|
||||
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"
|
||||
}
|
Reference in a new issue