void-packages/srcpkgs/abireport/template

18 lines
588 B
Bash
Raw Normal View History

2018-11-21 18:18:59 +00:00
# Template file for 'abireport'
pkgname=abireport
version=1.0.6
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="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
}