18 lines
540 B
Bash
18 lines
540 B
Bash
# Template file for 'elfinfo'
|
|
pkgname=elfinfo
|
|
version=0.7.4
|
|
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/releases/download/${version}/elfinfo-${version}.tar.xz"
|
|
checksum=a7b7e6f32c85720e7f9eab5019d98bf2e261439f17f8e17e054a1d3019e81ebc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|