1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

testing/go-(various pkg); add depends on go

This commit is contained in:
Leonardo Arena 2018-01-12 15:09:51 +00:00
parent eba58546f0
commit 493512b29e
12 changed files with 24 additions and 12 deletions

View file

@ -3,11 +3,12 @@ pkgname=go-acceptlanguageparser
_pkgname=goacceptlanguageparser
_vendor="strukturag"
pkgver=100
pkgrel=1
pkgrel=2
pkgdesc="Go library for parsing HTTP request header Accept-Language"
url="https://github.com/$_vendor/$_pkgname"
arch="noarch"
license="BSD-3-Clause"
depends="go"
subpackages="$pkgname-doc"
options="!check" # no testsuite
source="$pkgname-$pkgver.tar.gz::https://github.com/$_vendor/$_pkgname/archive/${_pkgname}_v$pkgver.tar.gz"