aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2016-12-20 14:50:49 +0100
committerCarlo Landmeter <clandmeter@gmail.com>2016-12-20 14:53:33 +0100
commitc7d7a728310bb24da0dd65417d217487d4a53972 (patch)
treed07c2d7818c6288bd9b91963ed20e16083184132 /testing
parentb278832ab0ca264b259b80e724eb22e13076523e (diff)
downloadaports-c7d7a728310bb24da0dd65417d217487d4a53972.tar.bz2
aports-c7d7a728310bb24da0dd65417d217487d4a53972.tar.xz
community/govendor: moved from testing and add verbose switch
govender sync didnt have a verbose switch which made abuild process confusingly slow.
Diffstat (limited to 'testing')
-rw-r--r--testing/govendor/APKBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/govendor/APKBUILD b/testing/govendor/APKBUILD
deleted file mode 100644
index 1cb56e77fa..0000000000
--- a/testing/govendor/APKBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
-pkgname=govendor
-pkgver=1.0.8
-pkgrel=0
-pkgdesc="Go vendor tool that works with the standard vendor file"
-url="https://github.com/kardianos/govendor"
-arch="all"
-license="BSD"
-depends=""
-makedepends="go"
-install=""
-subpackages=""
-source="govendor-$pkgver.tar.gz::https://github.com/kardianos/govendor/archive/v$pkgver.tar.gz"
-builddir="$srcdir/github.com/kardianos/$pkgname"
-
-
-prepare() {
- mkdir -p ${builddir%/*}
- mv "$srcdir"/$pkgname-$pkgver "$builddir"/ || return 1
- default_prepare
-}
-
-build() {
- cd "$builddir"
- export GOPATH="$startdir"
- go build
-}
-
-package() {
- install -Dm755 "$builddir"/govendor "$pkgdir"/usr/bin/govendor
-}
-
-md5sums="a1803965b7f39f1ece9347c1c5cdb333 govendor-1.0.8.tar.gz"
-sha256sums="7e887b84c7a9278473f39ae8a74440ffc17b329aa193e9304d170d458f8785c7 govendor-1.0.8.tar.gz"
-sha512sums="ef9fd65507bef66a4b00ef77a288a2f0e8bf77c58dac1b90846705ac63b3fb6fad76adc88b95f36612d0cb3b27f75fa2e6554054456d8ef0bbb00726258ced3a govendor-1.0.8.tar.gz"