aboutsummaryrefslogtreecommitdiffstats
path: root/main/api-sanity-checker/APKBUILD
blob: 61f5890f9db44df4829964dd851e54b72ba006b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
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"
}

md5sums="420383daff6d30a5daecb8374b79b694  api-sanity-checker-1.98.7.tar.gz"
sha256sums="3c324fc1af24398ea2347d4e7265b2d58daa787c9d4d12dcac5908068ee152e4  api-sanity-checker-1.98.7.tar.gz"
sha512sums="fe88fa7c31b4914cc234efb5568b29a1dc0f21abf6cea7f3354b03e232c8ce205a7b86abc7613334cec60510154a75357363d7a6fc504a153f16a4ed2d59e019  api-sanity-checker-1.98.7.tar.gz"