17 lines
492 B
Bash
17 lines
492 B
Bash
|
# Template file for 'cdetect'
|
||
|
pkgname=cdetect
|
||
|
version=0.2
|
||
|
revision=1
|
||
|
build_style=go
|
||
|
go_import_path="github.com/xyproto/cdetect"
|
||
|
maintainer="cr6git <quark6@protonmail.com>"
|
||
|
short_desc="Can detect which compiler was used for Go, GCC, FPC and OCaml"
|
||
|
homepage="https://github.com/xyproto/cdetect"
|
||
|
license="MIT"
|
||
|
distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz"
|
||
|
checksum=8ad34a5b56fdfae0dd27eafaf115a2b4c013529a58740e931670abef33369f88
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|