From 73a19ce2e5ab298a61fe5d966cd5312866edb8e7 Mon Sep 17 00:00:00 2001 From: cr6git Date: Tue, 14 Nov 2017 10:41:34 +0100 Subject: [PATCH] New package: cdetect --- srcpkgs/cdetect/template | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 srcpkgs/cdetect/template diff --git a/srcpkgs/cdetect/template b/srcpkgs/cdetect/template new file mode 100644 index 0000000000..0c6081ee6b --- /dev/null +++ b/srcpkgs/cdetect/template @@ -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 " +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 +}