From 82e48b121881da70b2250c4ddbe18f024ff1a3e9 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Fri, 21 Oct 2016 00:21:26 -0200 Subject: [PATCH] otto: removed they will no longer be actively maintained or supported. --- srcpkgs/otto/template | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 srcpkgs/otto/template diff --git a/srcpkgs/otto/template b/srcpkgs/otto/template deleted file mode 100644 index c315e1d80f..0000000000 --- a/srcpkgs/otto/template +++ /dev/null @@ -1,29 +0,0 @@ -# Template file for 'otto' -pkgname=otto -version=0.2.0 -revision=1 -build_style=go -hostmakedepends="git-perl" -go_import_path="github.com/hashicorp/otto" -short_desc="Development and deployment made easy" -maintainer="Diogo Leal " -license="MPL-2.0" -homepage="https://ottoproject.io/" -distfiles="https://github.com/hashicorp/otto/archive/v${version}.tar.gz" -checksum=3f530c7544e6a88d9fb743e561d3a07456ab7f8cc2460e13ce37ab7cc410659a - -do_build() { - local path="${GOPATH}/src/${go_import_path}" - mkdir -p "$(dirname ${path})" - ln -fs $PWD "${path}" - - cd "$GOPATH/src/$go_import_path" - GOOS= GOARCH= GOARM= make updatedeps - PATH=$GOPATH/bin:$PATH make generate - go install -} - -post_install() { - rm $DESTDIR/usr/bin/{go-bindata,gox,stringer} - vlicense LICENSE -}