void-packages/srcpkgs/cdetect/template

17 lines
497 B
Bash
Raw Normal View History

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