Skip to content

Commit

Permalink
abi-dumper: update to 1.4, add missing deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
meator authored and classabbyamp committed Jan 16, 2025
1 parent ff30e5b commit 4723744
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions srcpkgs/abi-dumper/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Template file for 'abi-dumper'
pkgname=abi-dumper
version=1.2
version=1.4
revision=1
build_style=gnu-makefile
hostmakedepends="perl"
depends="perl elfutils"
depends="perl elfutils ctags vtable-dumper"
short_desc="Dump ABI of an ELF object containing DWARF debug info"
maintainer="fosslinux <[email protected]>"
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
checksum=aa7a52bf913ab1a64743551d64575f921df3faa4a592a0f6614e047bc228708a

pre_install() {
mkdir -p "${DESTDIR}/usr"
Expand Down

0 comments on commit 4723744

Please sign in to comment.