18 lines
583 B
Bash
18 lines
583 B
Bash
# Template file for 'abireport'
|
|
pkgname=abireport
|
|
version=1.0.11
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/clearlinux/abireport
|
|
go_package="${go_import_path}/abi-report"
|
|
short_desc="Tool to create ABI reports from ELF binaries"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/clearlinux/abireport"
|
|
distfiles="https://github.com/clearlinux/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=2cf4c6cbb14e9d8839d11158142f44589779483c29433d8c422ed9cfa818e7d1
|
|
|
|
post_install() {
|
|
vman man/abireport.1
|
|
}
|