CI try 1
All checks were successful
Main LMDBAL workfow / Archlinux (push) Successful in 58s

This commit is contained in:
Blue 2024-11-30 19:30:19 +02:00
parent 75aafd2750
commit 93ed15e1da
Signed by: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 27 additions and 47 deletions

View file

@ -14,7 +14,7 @@ source=("$pkgname-$pkgver.tar.gz::https://git.macaw.me/blue/$pkgname/archive/$pk
sha256sums=('SKIP')
build() {
cd "$srcdir/$pkgname"
cmake . -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D QT_VERSION_MAJOR=5
cmake . -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release
cmake --build .
}
package() {