New package: elfinfo-0.7.2
This commit is contained in:
parent
bd25987d28
commit
f201d297db
|
@ -0,0 +1,16 @@
|
|||
# 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
|
||||
}
|
Loading…
Reference in New Issue