18 lines
540 B
Bash
18 lines
540 B
Bash
# Template file for 'elfinfo'
|
|
pkgname=elfinfo
|
|
version=0.7.6
|
|
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=194e782bf811ddb3f503af3621158bf9ff50aa6161ff51cbf899b6ebef5f2e7c
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|