New package: abi-dumper-1.1

This commit is contained in:
fosslinux 2020-08-14 17:40:56 +10:00 committed by Piraty
parent e07503d0e6
commit 07a1187f62

View file

@ -0,0 +1,17 @@
# 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"
}