18 lines
585 B
Bash
18 lines
585 B
Bash
# Template file for 'abireport'
|
|
pkgname=abireport
|
|
version=1.0.7
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/clearlinux/abireport
|
|
go_package="${go_import_path}/src/abireport"
|
|
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.gz"
|
|
checksum=c46c46bff3dc873cb84a66c639c38b2df14f095d95a4bb77e3b96904b8219399
|
|
|
|
post_install() {
|
|
vman man/abireport.1
|
|
}
|