diff options
author | Martchus <martchus@gmx.net> | 2019-07-16 10:57:38 +0200 |
---|---|---|
committer | Martchus <martchus@gmx.net> | 2019-07-16 10:57:59 +0200 |
commit | 39a1dcbd917c08801f91d6888f4685aa0ce5b304 (patch) | |
tree | 274d2403010ac90f79608b7879095fc1dfac1977 /PKGBUILD | |
parent | 06b85e93340e50de1e1808d46b060095a5114889 (diff) | |
download | pistache-git-39a1dcbd917c08801f91d6888f4685aa0ce5b304.tar.xz pistache-git-39a1dcbd917c08801f91d6888f4685aa0ce5b304.zip |
Sync with PKGBUILDs repo to add gtest check dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ pkgdesc='Modern and elegant HTTP and REST framework for C++' license=('APACHE') depends=() makedepends=('cmake' 'git') +checkdepends=('gtest') provides=("${_name}") conflicts=("${_name}") url="https://github.com/oktal/${_name}" |