mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: elfinfo-0.7.2
This commit is contained in:
parent
bd25987d28
commit
f201d297db
1 changed files with 16 additions and 0 deletions
16
srcpkgs/elfinfo/template
Normal file
16
srcpkgs/elfinfo/template
Normal file
|
@ -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…
Add table
Reference in a new issue