Revision.
This commit is contained in:
Matheus Gabriel Werny 2025-09-21 12:48:12 +02:00
parent 5018dc5ef3
commit fe8ee5b62e
2 changed files with 3 additions and 3 deletions

View file

@ -5,6 +5,7 @@ pkgbase = soci-git
url = https://github.com/SOCI/soci
arch = x86_64
license = BSL-1.0
checkdepends = cmake
makedepends = cmake
makedepends = git
depends = boost

View file

@ -20,6 +20,7 @@ url="https://github.com/SOCI/${_pkgname}"
license=("BSL-1.0")
depends=("boost" "gcc-libs" "glibc" "mariadb-libs" "postgresql-libs" "sqlite" "unixodbc")
makedepends=("cmake" "git")
checkdepends=("cmake")
optdepends=("libfbclient: Firebird"
"mariadb: MariaDB"
"postgresql: PostgreSQL")
@ -60,9 +61,7 @@ pkgver()
build()
{
for build_tests in "OFF" "ON"; do
_compile "${build_tests}"
done
_compile "OFF"
}
check()