void-packages/srcpkgs/elfinfo/template

17 lines
508 B
Bash

# Template file for 'elfinfo'
pkgname=elfinfo
version=1.2.2
revision=3
build_style=go
go_import_path=github.com/xyproto/elfinfo
short_desc="Emit basic information about an ELF file"
maintainer="Alexander F. Rødseth <xyproto@archlinux.org>"
license="BSD-3-Clause"
homepage="https://elfinfo.roboticoverlords.org/"
distfiles="https://github.com/xyproto/elfinfo/archive/refs/tags/${version}.tar.gz"
checksum=33c9bf9942dfa770fa6530f5a268f15d96abcd4c57aaddf93636cdfcd2dfc540
post_install() {
vlicense LICENSE
}