void-packages/srcpkgs/elfinfo/template
2018-12-15 22:16:18 -06:00

18 lines
540 B
Bash

# Template file for 'elfinfo'
pkgname=elfinfo
version=0.7.5
revision=2
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/releases/download/${version}/elfinfo-${version}.tar.xz"
checksum=430feccaeb102cb9bcef95a25d1fbf12cef2a693b7834446139eba1bc91c8af0
post_install() {
vlicense LICENSE
}