# Compiling Time: 0.17 SBU
# Maintainer: crazy <crazy@frugalware.org>

pkgname=libgssglue
pkgver=0.9
pkgrel=2
pkgdesc="Generic Security Services GLUE."
url="https://gitlab.com/gsasl/libgssglue"
depends=('glibc>=2.34')
groups=('base')
archs=("x86_64")
_F_archive_grepv="rel"
_F_archive_name="$pkgname-$pkgname"
up2date="lynx -dump https://gitlab.com/api/v4/projects/gsasl%2Flibgssglue/repository/tags  | jq -r '.[].name' | head -n 1 | sed 's/libgssglue-//g'"
source=("$url/-/archive/libgssglue-$pkgver/libgssglue-libgssglue-$pkgver.tar.bz2")
sha1sums=('e5fbdf454c99e194f47c6b3c1d039658a3c96d8b')
_F_cd_path="$pkgname-$pkgname-$pkgver"

build() {
	Fcd
	Fexec ./bootstrap || Fdie
	
	Fbuild

	Fmkdir etc/
	Finstallrel 0644 doc/gssapi_mech.conf /etc/
}

# optimization OK
