void-packages/srcpkgs/cdetect/template

17 lines
492 B
Bash
Raw Normal View History

2017-11-14 10:41:34 +01:00
# Template file for 'cdetect'
pkgname=cdetect
2017-11-20 19:54:01 +01:00
version=0.3
2017-11-14 10:41:34 +01:00
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"
2017-11-20 19:54:01 +01:00
checksum=322fdfb0221634a3daa85c5732b32ddf02d39a09a1c718cd6bc03d41f2c3385e
2017-11-14 10:41:34 +01:00
post_install() {
vlicense LICENSE
}