diff --git a/srcpkgs/elfinfo/template b/srcpkgs/elfinfo/template new file mode 100644 index 00000000000..09141db6efa --- /dev/null +++ b/srcpkgs/elfinfo/template @@ -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 " +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 +}