# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=abi-compliance-checker pkgver=2.1 pkgrel=0 pkgdesc="A tool for checking backward compatibility of a C/C++ library" url="https://github.com/lvc/abi-compliance-checker" arch="noarch" license="LGPL2+" depends="perl build-base" depends_dev="" makedepends="$depends_dev perl-dev" install="" subpackages="" source="$pkgname-$pkgver.tar.gz::https://github.com/lvc/abi-compliance-checker/archive/$pkgver.tar.gz" builddir="${srcdir}"/$pkgname-$pkgver build() { return 0 } package() { cd "$builddir" mkdir -p "$pkgdir"/usr perl Makefile.pl -install --prefix=/usr --destdir="$pkgdir" } sha512sums="1621a7862e775c8ffe60d2fca131b002fc8ec3b7370b50c9d6463b539d6b85f504cf2f56cf350d8928cd144ce821b05b37edd3a575d416d167cee237ed96df24 abi-compliance-checker-2.1.tar.gz"