openssl-sha512sum-shim: disable tracing provides
This commit is contained in:
parent
6ced18ca69
commit
e0ab4abdfd
1 changed files with 2 additions and 1 deletions
|
@ -2,13 +2,14 @@
|
|||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=openssl-sha512sum-shim
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="small execline wrapper for openssl dgst -sha512"
|
||||
url="https://gitlab.alpinelinux.org/ptrcnull/openssl-sha512sum-shim"
|
||||
arch="noarch"
|
||||
license="BSD-2-Clause"
|
||||
depends="execline openssl s6-portable-utils"
|
||||
source="https://gitlab.alpinelinux.org/ptrcnull/openssl-sha512sum-shim/-/archive/$pkgver/openssl-sha512sum-shim-$pkgver.tar.gz"
|
||||
options="!tracedeps" # it shouldnt collide with other impls
|
||||
|
||||
check() {
|
||||
(
|
||||
|
|
Reference in a new issue