New package: api-sanity-checker-1.98.7.
Closes: #12975 [via git-merge-pr]
This commit is contained in:
parent
49a2f91c1d
commit
819b1c8f72
18
srcpkgs/api-sanity-checker/template
Normal file
18
srcpkgs/api-sanity-checker/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue
Block a user