void-packages/srcpkgs/elfinfo/template

18 lines
540 B
Bash
Raw Normal View History

2018-10-19 14:31:36 +02:00
# Template file for 'elfinfo'
pkgname=elfinfo
2018-11-13 15:50:23 +01:00
version=0.7.4
2018-10-19 14:31:36 +02:00
revision=1
build_style=go
2018-11-13 15:50:23 +01:00
go_import_path=github.com/xyproto/elfinfo
hostmakedepends="git"
2018-10-19 14:31:36 +02:00
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"
2018-11-13 15:50:23 +01:00
checksum=a7b7e6f32c85720e7f9eab5019d98bf2e261439f17f8e17e054a1d3019e81ebc
2018-10-19 14:31:36 +02:00
post_install() {
vlicense LICENSE
}