void-packages/srcpkgs/cdetect/template

17 lines
518 B
Bash

# Template file for 'cdetect'
pkgname=cdetect
version=0.5.3
revision=2
build_style=go
go_import_path=github.com/xyproto/cdetect
hostmakedepends="git"
short_desc="Detects the compiler (and version) used to compile an ELF binary"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/xyproto/cdetect"
distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz"
checksum=8f9e68366c619706ae48dc3c2188ee15dca97e01a922d1b7eda87ad746e14c32
post_install() {
vlicense LICENSE
}