# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=api-sanity-checker pkgver=1.98.7 pkgrel=1 pkgdesc="A tool for creating automated test suites from any set of C sources" url="https://lvc.github.io/api-sanity-checker/" arch="noarch" license="LGPL-2.0-or-later" depends="perl build-base" makedepends="perl-dev abi-compliance-checker" source="$pkgname-$pkgver.tar.gz::https://github.com/lvc/api-sanity-checker/archive/$pkgver.tar.gz" package() { mkdir -p "$pkgdir"/usr perl Makefile.pl -install --prefix=/usr --destdir="$pkgdir" } sha512sums="fe88fa7c31b4914cc234efb5568b29a1dc0f21abf6cea7f3354b03e232c8ce205a7b86abc7613334cec60510154a75357363d7a6fc504a153f16a4ed2d59e019 api-sanity-checker-1.98.7.tar.gz"