chore: updated CI config & PKGBUILDs to new module split

This commit is contained in:
Jef Roosens 2022-06-15 17:47:12 +02:00
parent 44696fc11b
commit 592241c743
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 27 additions and 2 deletions

View file

@ -14,7 +14,15 @@ license=('AGPL3')
source=("$pkgname::git+https://git.rustybever.be/vieter/vieter#tag=${pkgver//_/-}")
md5sums=('SKIP')
prepare() {
export VMODULES="$srcdir/.vmodules"
cd "$pkgname/src" && v install
}
build() {
export VMODULES="$srcdir/.vmodules"
cd "$pkgname"
make prod