19 lines
612 B
Bash
19 lines
612 B
Bash
|
# Template file for 'abi-compliance-checker'
|
||
|
pkgname=abi-compliance-checker
|
||
|
version=2.2
|
||
|
revision=1
|
||
|
hostmakedepends="perl"
|
||
|
depends="perl 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"
|
||
|
homepage="https://github.com/lvc/abi-compliance-checker"
|
||
|
distfiles="https://github.com/lvc/abi-compliance-checker/archive/${version}.tar.gz"
|
||
|
checksum=9fb7b17e33d49e301d02a6374fbd2596feb53ecc77194879a4e1c2d1e24b4ddb
|
||
|
noarch=yes
|
||
|
|
||
|
do_install() {
|
||
|
vmkdir usr
|
||
|
perl Makefile.pl -install --prefix=/usr --destdir="${DESTDIR}"
|
||
|
}
|