mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-20 04:56:55 +02:00
20 lines
788 B
Text
20 lines
788 B
Text
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
|
pkgname=api-sanity-checker
|
|
pkgver=1.98.7
|
|
pkgrel=5
|
|
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.1-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"
|
|
options="!check"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"/usr
|
|
perl Makefile.pl -install --destdir="$pkgdir"
|
|
}
|
|
|
|
sha512sums="fe88fa7c31b4914cc234efb5568b29a1dc0f21abf6cea7f3354b03e232c8ce205a7b86abc7613334cec60510154a75357363d7a6fc504a153f16a4ed2d59e019 api-sanity-checker-1.98.7.tar.gz"
|