From bd9e0e6e522f153f2b6dfdf8a8c10f74e90d5249 Mon Sep 17 00:00:00 2001 From: Renato Aguiar Date: Tue, 31 Dec 2019 17:55:16 -0800 Subject: [PATCH] New package: tinygo-0.11.0 --- srcpkgs/tinygo/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/tinygo/template diff --git a/srcpkgs/tinygo/template b/srcpkgs/tinygo/template new file mode 100644 index 00000000000..d2f50bb72d5 --- /dev/null +++ b/srcpkgs/tinygo/template @@ -0,0 +1,17 @@ +# Template file for 'tinygo' +pkgname=tinygo +version=0.11.0 +revision=1 +build_style=go +go_import_path=github.com/tinygo-org/tinygo +makedepends="clang llvm" +short_desc="Go compiler for small places" +maintainer="Renato Aguiar " +license="BSD-3-Clause, Apache-2.0" +homepage="https://tinygo.org/" +distfiles="https://github.com/tinygo-org/tinygo/archive/v${version}.tar.gz" +checksum=eac283a91b8aa523cf3b4ef1ab3be3a7ad473dcb332fd882d41fd21c8bf70971 + +post_install() { + vlicense LICENSE +}