From cf30f6d42809d308ca842f345e3a8c0c3cd4539f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 6 Jul 2020 16:31:51 -0300 Subject: [PATCH] New package: tinygo-0.13.1. Based on #17955 by @renatoaguiar. --- 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..7bb9387a64b --- /dev/null +++ b/srcpkgs/tinygo/template @@ -0,0 +1,17 @@ +# Template file for 'tinygo' +pkgname=tinygo +version=0.13.1 +revision=1 +build_style=go +go_import_path=github.com/tinygo-org/tinygo +makedepends="clang llvm" +short_desc="Go compiler for small places" +maintainer="Érico Nogueira " +license="BSD-3-Clause, Apache-2.0" +homepage="https://tinygo.org/" +distfiles="https://github.com/tinygo-org/tinygo/archive/v${version}.tar.gz" +checksum=27f4caa12e582f11a844636350d48207595a257dca634c62f67562ee33a61340 + +post_install() { + vlicense LICENSE +}