void-packages/srcpkgs/cdetect/template

17 lines
492 B
Bash

# Template file for 'cdetect'
pkgname=cdetect
version=0.3
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=322fdfb0221634a3daa85c5732b32ddf02d39a09a1c718cd6bc03d41f2c3385e
post_install() {
vlicense LICENSE
}