add: client
This commit is contained in:
parent
5f9583bd08
commit
a83941fb88
2 changed files with 20 additions and 2 deletions
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"
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
||||
pkgname=emgauwa-core
|
||||
pkgver=0.2.1
|
||||
pkgver=0.2.2
|
||||
pkgrel=1
|
||||
epoch=
|
||||
pkgdesc=""
|
||||
|
@ -17,7 +17,7 @@ source=("https://git.serguzim.me/emgauwa/core/archive/v$pkgver.tar.gz"
|
|||
"emgauwa-core.service"
|
||||
"emgauwa-core.sysusers"
|
||||
"emgauwa-core.tmpfiles")
|
||||
sha256sums=('82984c9742a63f9e8a561229b00926a85ff27a283054aa92f8ec712d67f87222'
|
||||
sha256sums=('6e983e765f1f4bd5388f77fa0cbc9a1e8f92f9834a4c63ea0c0bab4c96be4e2f'
|
||||
'03d7af2f2a47b73d17467f98967be3a334fe4eff98b86b701500843478df1e87'
|
||||
'559c675302f626dfded86660866554fb78f3fcbae51e5879eee65c9384a06d52'
|
||||
'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798'
|
||||
|
|
Reference in a new issue