18 lines
528 B
Bash
18 lines
528 B
Bash
# Template file for 'abi-dumper'
|
|
pkgname=abi-dumper
|
|
version=1.1
|
|
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=ef63201368e0d76a29d2f7aed98c488f6fb71898126762d65baed1e762988083
|
|
|
|
pre_install() {
|
|
mkdir -p "${DESTDIR}/usr"
|
|
}
|