19 lines
644 B
Bash
19 lines
644 B
Bash
|
# Template file for 'api-sanity-checker'
|
||
|
pkgname=api-sanity-checker
|
||
|
version=1.98.7
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
hostmakedepends="perl abi-compliance-checker"
|
||
|
depends="abi-compliance-checker perl binutils ctags"
|
||
|
short_desc="An automatic generator of basic C/C++ library unit tests"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="LGPL-2.1-or-later"
|
||
|
homepage="https://lvc.github.io/api-sanity-checker/"
|
||
|
distfiles="https://github.com/lvc/api-sanity-checker/archive/${version}.tar.gz"
|
||
|
checksum=3c324fc1af24398ea2347d4e7265b2d58daa787c9d4d12dcac5908068ee152e4
|
||
|
make_install_args="prefix=${DESTDIR}/usr"
|
||
|
|
||
|
pre_install() {
|
||
|
vmkdir usr
|
||
|
}
|