diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-12 15:09:51 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-12 15:13:53 +0000 |
commit | 493512b29e9ab872d585b82fcbd5bb0e82d10a64 (patch) | |
tree | f71a86afe4b8fa31e03f48d504871ead200812e3 /testing/go-mux | |
parent | eba58546f01d6f12ccc2b0920948128316dc3bca (diff) | |
download | aports-493512b29e9ab872d585b82fcbd5bb0e82d10a64.tar.bz2 aports-493512b29e9ab872d585b82fcbd5bb0e82d10a64.tar.xz |
testing/go-(various pkg); add depends on go
Diffstat (limited to 'testing/go-mux')
-rw-r--r-- | testing/go-mux/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/go-mux/APKBUILD b/testing/go-mux/APKBUILD index 38fffbdfd9..71b7013933 100644 --- a/testing/go-mux/APKBUILD +++ b/testing/go-mux/APKBUILD @@ -3,11 +3,12 @@ pkgname=go-mux _pkgname=mux _vendor=gorilla pkgver=1.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="A powerful URL router and dispatcher for golang" url="http://www.gorillatoolkit.org" arch="noarch" license="BSD-3-Clause" +depends="go" subpackages="$pkgname-doc" options="!check" # no testsuite source="$pkgname-$pkgver.tar.gz::https://github.com/gorilla/$_pkgname/archive/v$pkgver.tar.gz" |