void-packages/srcpkgs/cdetect/template
cr6git 571768ce93
cdetect: update to 0.5.1.
Closes #14982.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
2018-06-14 12:33:08 +02:00

16 lines
497 B
Bash

# Template file for 'cdetect'
pkgname=cdetect
version=0.5.1
revision=1
build_style=go
go_import_path="github.com/xyproto/cdetect"
short_desc="Detects the compiler (and version) used to compile an ELF binary"
maintainer="cr6git <quark6@protonmail.com>"
license="MIT"
homepage="https://github.com/xyproto/cdetect"
distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz"
checksum=907cd1060192dbc5ea580406e5bc5ff283df79e7712184181026ad16c5dcfb04
post_install() {
vlicense LICENSE
}