2018-11-21 18:18:59 +00:00
|
|
|
# Template file for 'abireport'
|
|
|
|
pkgname=abireport
|
|
|
|
version=1.0.6
|
2018-12-16 00:05:25 +00:00
|
|
|
revision=2
|
2018-11-21 18:18:59 +00:00
|
|
|
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="maxice8 <thinkabit.ukim@gmail.com>"
|
|
|
|
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=60beb805335302f999c32bda62f56afd6971f27499580fece84fe4d6bb9cb653
|
|
|
|
|
|
|
|
post_install() {
|
|
|
|
vman man/abireport.1
|
|
|
|
}
|