17 lines
520 B
Bash
17 lines
520 B
Bash
|
# Template file for 'elfinfo'
|
||
|
pkgname=elfinfo
|
||
|
version=0.7.2
|
||
|
revision=1
|
||
|
build_style=go
|
||
|
go_import_path="github.com/xyproto/elfinfo"
|
||
|
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=dffa711ff52abb154a4e64f46787ad8a90bbab09b06ab62dae1aae8d9cc3c1e0
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|