void-packages/srcpkgs/cdetect/template
2019-09-30 20:12:55 +02:00

17 lines
518 B
Bash

# Template file for 'cdetect'
pkgname=cdetect
version=0.5.4
revision=1
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=5df583e1b016d61cbc723fc0d222308c4327e108f91316707235148c06095b49
post_install() {
vlicense LICENSE
}