From 07a1187f628aeda93556cfefd42287bfa85e2a54 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Fri, 14 Aug 2020 17:40:56 +1000 Subject: [PATCH] New package: abi-dumper-1.1 --- srcpkgs/abi-dumper/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/abi-dumper/template diff --git a/srcpkgs/abi-dumper/template b/srcpkgs/abi-dumper/template new file mode 100644 index 00000000000..cffdcefadf1 --- /dev/null +++ b/srcpkgs/abi-dumper/template @@ -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 " +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" +}