New package: cdetect
This commit is contained in:
parent
28e95d5813
commit
73a19ce2e5
1 changed files with 16 additions and 0 deletions
16
srcpkgs/cdetect/template
Normal file
16
srcpkgs/cdetect/template
Normal 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
|
||||
}
|
Loading…
Reference in a new issue