diff options
author | Sasasu | 2021-03-25 14:21:28 +0800 |
---|---|---|
committer | Sasasu | 2021-03-25 14:23:58 +0800 |
commit | 61ec081fa73e4ca871cb22a2bf2d8b7488577664 (patch) | |
tree | 499b8b38505ec6b6b39ecbb5c16b33300165c5d3 | |
parent | 43f1decd39b74dfa7a38b8828cc0c6385ee369ac (diff) | |
download | aur-61ec081fa73e4ca871cb22a2bf2d8b7488577664.tar.gz |
init
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,7 @@ pkgbase = azure-sdk-cpp-git makedepends = git depends = openssl depends = curl + provides = azure-sdk-cpp source = git+https://github.com/Azure/azure-sdk-for-cpp.git sha256sums = SKIP @@ -6,6 +6,7 @@ pkgdesc='Azure SDK for C++' arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') url='https://github.com/Azure/azure-sdk-for-cpp' license=('MIT') +provides=('azure-sdk-cpp') depends=(openssl curl) makedepends=(cmake git) source=("git+https://github.com/Azure/azure-sdk-for-cpp.git") |