mirror of
https://github.com/archlinux/aur.git
synced 2026-02-06 12:02:21 +01:00
Revision
Revision.
This commit is contained in:
parent
5018dc5ef3
commit
fe8ee5b62e
2 changed files with 3 additions and 3 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue