void-packages/srcpkgs/elfinfo/template

18 lines
540 B
Bash
Raw Normal View History

2018-10-19 12:31:36 +00:00
# Template file for 'elfinfo'
pkgname=elfinfo
2018-12-09 00:27:25 +00:00
version=0.7.5
2018-12-16 03:58:49 +00:00
revision=2
2018-10-19 12:31:36 +00:00
build_style=go
2018-11-13 14:50:23 +00:00
go_import_path=github.com/xyproto/elfinfo
hostmakedepends="git"
2018-10-19 12:31:36 +00: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-12-09 00:27:25 +00:00
checksum=430feccaeb102cb9bcef95a25d1fbf12cef2a693b7834446139eba1bc91c8af0
2018-10-19 12:31:36 +00:00
post_install() {
vlicense LICENSE
}