New package: abi-compliance-checker-2.2.
Closes: #11659 [via git-merge-pr]
This commit is contained in:
parent
1a089bc842
commit
ea4a48c4f4
1 changed files with 18 additions and 0 deletions
18
srcpkgs/abi-compliance-checker/template
Normal file
18
srcpkgs/abi-compliance-checker/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue