diff --git a/srcpkgs/api-sanity-checker/template b/srcpkgs/api-sanity-checker/template new file mode 100644 index 00000000000..96ad3b7879a --- /dev/null +++ b/srcpkgs/api-sanity-checker/template @@ -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 " +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 +}