18 lines
548 B
Bash
18 lines
548 B
Bash
# Template file for 'abi-dumper'
|
|
pkgname=abi-dumper
|
|
version=1.4
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="perl"
|
|
depends="perl elfutils ctags vtable-dumper"
|
|
short_desc="Dump ABI of an ELF object containing DWARF debug info"
|
|
maintainer="fosslinux <fosslinux@aussies.space>"
|
|
license="LGPL-2.1-or-later"
|
|
homepage="https://github.com/lvc/abi-dumper"
|
|
distfiles="https://github.com/lvc/abi-dumper/archive/${version}.tar.gz"
|
|
checksum=aa7a52bf913ab1a64743551d64575f921df3faa4a592a0f6614e047bc228708a
|
|
|
|
pre_install() {
|
|
mkdir -p "${DESTDIR}/usr"
|
|
}
|