mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
disklow: workaround distfiles cert error.
This commit is contained in:
parent
f016e1e6a1
commit
1a44337a2b
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'disklow'
|
||||
pkgname=disklow
|
||||
version=1.2
|
||||
revision=1
|
||||
revision=2
|
||||
depends="perl-Filesys-Df perl-Config-General perl-Mail-Sendmail
|
||||
perl-Net-SMTP-SSL perl-Authen-SASL"
|
||||
short_desc="Fine grained disk space reporting with emphasis on mail functionality"
|
||||
|
@ -11,6 +11,9 @@ homepage="https://loomsday.co.nz/development?id=linuxutils"
|
|||
distfiles="https://loomsday.co.nz/sources/disklow-${version}.tar.gz"
|
||||
checksum=05b9f510278147f24b0556eb745ff2b71c98c00fedf33434744fbe76ec884c26
|
||||
|
||||
# xbps-fetch cannot verify this cert
|
||||
fetch_cmd="env SSL_NO_VERIFY_PEER=1 $XBPS_FETCH_CMD"
|
||||
|
||||
do_install() {
|
||||
vbin disklow
|
||||
vconf disklow.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue