diff options
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -14,30 +14,30 @@ # Maintainer: Lorenzo Castelli <lcastelli@google.com> # Maintainer: Samuel Littley <samuellittley@google.com> +# Maintainer: Shulhan <ms@kilabit.info> pkgname='google-compute-engine-oslogin' -pkgver=20220721.00 +pkgver=20251022.00 pkgrel=1 pkgdesc='OS Login Guest Environment for Google Compute Engine' arch=('x86_64') url='https://github.com/GoogleCloudPlatform/guest-oslogin' license=('Apache') -depends=('curl' 'json-c' 'pam') -checkdepends=('gtest') -source=("$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/$pkgver.tar.gz" - 'google-compute-engine-oslogin.install') -sha256sums=('17a0cd15df917c6ae29daa299d04e2e95e8b891918d2976b31b6c13398f0bc37' - '3e488f66f6ddc5882d731bd951391efe588c1fbb19afcf4de5283ec7fd481039') +depends=('boost' 'curl' 'json-c' 'pam') +source=( + "$pkgname-$pkgver.tar.gz::https://github.com/GoogleCloudPlatform/guest-oslogin/archive/$pkgver.tar.gz" + 'google-compute-engine-oslogin.install' +) +sha256sums=( + '9c103feef0687c0b7b76197c83956999ea422fe17144c6e3c1864c74af5d12af' + '041a40fb7f7f1e22241734ecaa1d57190996b09950a342db3fe6f2bca7d70533' +) install='google-compute-engine-oslogin.install' build() { cd "guest-oslogin-$pkgver" - make -} - -check() { - cd "guest-oslogin-$pkgver" - make GTEST_DIR=/usr/src/googletest non_network_tests + chmod +x find-requires + make LDLIBS="-lcurl -ljson-c -lboost_regex" } package() { |
