void-packages/srcpkgs/cdetect/template

17 lines
495 B
Bash
Raw Normal View History

2017-11-14 09:41:34 +00:00
# Template file for 'cdetect'
pkgname=cdetect
2017-11-23 17:21:27 +00:00
version=0.4
2018-03-30 16:30:04 +00:00
revision=4
2017-11-14 09:41:34 +00:00
build_style=go
go_import_path="github.com/xyproto/cdetect"
maintainer="cr6git <quark6@protonmail.com>"
2017-11-23 17:21:27 +00:00
short_desc="Detects the compiler (and version) used to compile an ELF binary"
2017-11-14 09:41:34 +00:00
homepage="https://github.com/xyproto/cdetect"
license="MIT"
distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz"
2017-11-23 17:21:27 +00:00
checksum=cddafd91d73784dd755b7f1e202157a150556f38b8bce0cb376e0c154ce27b5f
2017-11-14 09:41:34 +00:00
post_install() {
vlicense LICENSE
}