void-packages/srcpkgs/elfinfo/template
2020-03-08 05:41:55 +01:00

18 lines
511 B
Bash

# Template file for 'elfinfo'
pkgname=elfinfo
version=1.0.1
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=265bea0fa98003324e3ed9f76ae65fd0340919f012c6d85c8fdd2654843116af
post_install() {
vlicense LICENSE
}