abi-compliance-checker: update to 2.3.
Closes #14431. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
905666bf0f
commit
0247fe0c39
|
@ -1,16 +1,21 @@
|
|||
# Template file for 'abi-compliance-checker'
|
||||
pkgname=abi-compliance-checker
|
||||
version=2.2
|
||||
version=2.3
|
||||
revision=1
|
||||
noarch=yes
|
||||
hostmakedepends="perl"
|
||||
depends="perl binutils ctags"
|
||||
depends="binutils ctags perl"
|
||||
checkdepends="binutils ctags"
|
||||
short_desc="A tool for checking backward API/ABI compat of a C/C++ library"
|
||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
license="GPL-3"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/lvc/abi-compliance-checker"
|
||||
distfiles="https://github.com/lvc/abi-compliance-checker/archive/${version}.tar.gz"
|
||||
checksum=9fb7b17e33d49e301d02a6374fbd2596feb53ecc77194879a4e1c2d1e24b4ddb
|
||||
noarch=yes
|
||||
checksum=b1e32a484211ec05d7f265ab4d2c1c52dcdb610708cb3f74d8aaeb7fe9685d64
|
||||
|
||||
do_check() {
|
||||
perl abi-compliance-checker.pl -test
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vmkdir usr
|
||||
|
|
Loading…
Reference in New Issue