void-packages/srcpkgs/elfinfo/template
2020-01-18 04:19:58 +01:00

18 lines
511 B
Bash

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