mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/dockerpy-creds: clarify license, improve abuild
This commit is contained in:
parent
ceff2d6d9f
commit
6b2783b657
@ -6,11 +6,10 @@ pkgrel=0
|
||||
pkgdesc="Python bindings for the docker credentials store API"
|
||||
url="https://github.com/shin-/dockerpy-creds"
|
||||
arch="noarch"
|
||||
license="Apache"
|
||||
license="Apache-2.0"
|
||||
depends="py3-six"
|
||||
makedepends="python3-dev py3-setuptools"
|
||||
makedepends="py3-setuptools python3-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/shin-/dockerpy-creds/archive/$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
check() {
|
||||
cd "$builddir"
|
||||
|
Loading…
Reference in New Issue
Block a user