void-packages/srcpkgs/elfinfo/template
2020-08-04 08:01:52 -05:00

18 lines
511 B
Bash

# Template file for 'elfinfo'
pkgname=elfinfo
version=1.1.0
revision=1
build_style=go
go_import_path=github.com/xyproto/elfinfo
hostmakedepends="git"
short_desc="Emit basic information about an ELF file"
maintainer="Alexander F. Rødseth <xyproto@archlinux.org>"
license="MIT"
homepage="https://elfinfo.roboticoverlords.org/"
distfiles="https://github.com/xyproto/elfinfo/archive/${version}.tar.gz"
checksum=d50ae9facbfa2c9ecc24feaa817a2f1c92949b06649ae7a097729c99bd8474dd
post_install() {
vlicense LICENSE
}