void-packages/srcpkgs/api-sanity-checker/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

18 lines
641 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="Orphaned <orphan@voidlinux.org>"
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
}