void-packages/srcpkgs/cdetect/template

17 lines
505 B
Bash

# Template file for 'cdetect'
pkgname=cdetect
version=0.6.0
revision=3
build_style=go
go_import_path=github.com/xyproto/cdetect
short_desc="Detects the compiler (and version) used to compile an ELF binary"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/xyproto/cdetect"
distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz"
checksum=00ce492c58addaa1be9ff3bc3a1552fa8f8ba90620ffd3205b5f695d2210ee65
post_install() {
vlicense LICENSE
}