summaryrefslogtreecommitdiff
path: root/extra/signon-plugin-oauth2/PKGBUILD
blob: 29b8904cbaf794c96f98657ef9bc0677ab2b7882 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# temporary, is fixed in trunk upstream (see FS#70800)
source=("https://gitlab.com/accounts-sso/signon-plugin-oauth2/-/archive/VERSION_$pkgver/signon-plugin-oauth2-VERSION_$pkgver.tar.bz2")
sha256sums=("04ce8d84f2beb29ca86399794519c2d0bbecf7c428fd9e6c01d7f3614a9ba98e")

eval "$(
  declare -f prepare | \
    sed '
      s/cd signon-plugin-oauth2-VERSION_.*/cd $pkgname-VERSION_$pkgver/
    '
)
"

eval "$(
  declare -f build | \
    sed '
      s/cd signon-plugin-oauth2-VERSION_.*/cd $pkgname-VERSION_$pkgver/
    '
)
"

eval "$(
  declare -f package | \
    sed '
      s/cd signon-plugin-oauth2-VERSION_.*/cd $pkgname-VERSION_$pkgver/
    '
)
"