New package: abi-dumper-1.1
This commit is contained in:
parent
e07503d0e6
commit
07a1187f62
1 changed files with 17 additions and 0 deletions
17
srcpkgs/abi-dumper/template
Normal file
17
srcpkgs/abi-dumper/template
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue