16 lines
495 B
Bash
16 lines
495 B
Bash
# Template file for 'cdetect'
|
|
pkgname=cdetect
|
|
version=0.4
|
|
revision=1
|
|
build_style=go
|
|
go_import_path="github.com/xyproto/cdetect"
|
|
maintainer="cr6git <quark6@protonmail.com>"
|
|
short_desc="Detects the compiler (and version) used to compile an ELF binary"
|
|
homepage="https://github.com/xyproto/cdetect"
|
|
license="MIT"
|
|
distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz"
|
|
checksum=cddafd91d73784dd755b7f1e202157a150556f38b8bce0cb376e0c154ce27b5f
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|