diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-20 15:21:35 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-20 15:28:36 +0200 |
commit | e0963bd5df6208af3dcbc6b625ac1d5a6dd43db8 (patch) | |
tree | d933b0bdfa6778c703b7491358125c0a3ae6927e /community | |
parent | ab84f15b6895e08fa2efe59bd31d1d5aa525a31c (diff) | |
download | aports-e0963bd5df6208af3dcbc6b625ac1d5a6dd43db8.tar.bz2 aports-e0963bd5df6208af3dcbc6b625ac1d5a6dd43db8.tar.xz |
community/docker-registry: strip and add -dbg subpackage
Diffstat (limited to 'community')
-rw-r--r-- | community/docker-registry/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/docker-registry/APKBUILD b/community/docker-registry/APKBUILD index 8f1a48335e..58e93b5e66 100644 --- a/community/docker-registry/APKBUILD +++ b/community/docker-registry/APKBUILD @@ -8,10 +8,10 @@ url="https://github.com/docker/distribution" arch="x86 x86_64" license="ASL-2.0" makedepends="git go" -options="!strip" install="$pkgname.pre-install" pkguserss="docker-registry" pkggroups="docker-registry" +subpackages="$pkgname-dbg" source="$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz docker-registry.initd" builddir="$srcdir/distribution-$pkgver" |