void-packages/srcpkgs/abireport/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

17 lines
585 B
Bash

# Template file for 'abireport'
pkgname=abireport
version=1.0.6
revision=2
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=60beb805335302f999c32bda62f56afd6971f27499580fece84fe4d6bb9cb653
post_install() {
vman man/abireport.1
}