New package: cdetect

This commit is contained in:
cr6git 2017-11-14 10:41:34 +01:00 committed by Toyam Cox
parent 28e95d5813
commit 73a19ce2e5

16
srcpkgs/cdetect/template Normal file
View file

@ -0,0 +1,16 @@
# 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
}