18 lines
528 B
Bash
18 lines
528 B
Bash
# Template file for 'abi-dumper'
|
|
pkgname=abi-dumper
|
|
version=1.2
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
hostmakedepends="perl"
|
|
depends="perl elfutils"
|
|
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=8a9858c91b4e9222c89b676d59422053ad560fa005a39443053568049bd4d27e
|
|
|
|
pre_install() {
|
|
mkdir -p "${DESTDIR}/usr"
|
|
}
|